Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Data Entry Form

How do I create a custom form for data entry
It should have drop down boxes to select from and preferably have data on 3
work sheets.
It would also help if there were an auto number field like access uses. I
can't figue access out so I need to use excell.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Data Entry Form

Dennis,

There are ways to use Excel's VBA Form as a FrontEnd Data Entry Form. By
using the reference DAO or ADO, you can have the Access as back end database.


Ronin

"Dennis the Safety Nerd" wrote:

How do I create a custom form for data entry
It should have drop down boxes to select from and preferably have data on 3
work sheets.
It would also help if there were an auto number field like access uses. I
can't figue access out so I need to use excell.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Data Entry Form

That sounds good. How do I learn to do that?

"Ronin" wrote:

Dennis,

There are ways to use Excel's VBA Form as a FrontEnd Data Entry Form. By
using the reference DAO or ADO, you can have the Access as back end database.


Ronin

"Dennis the Safety Nerd" wrote:

How do I create a custom form for data entry
It should have drop down boxes to select from and preferably have data on 3
work sheets.
It would also help if there were an auto number field like access uses. I
can't figue access out so I need to use excell.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Data Entry Form

In VBA,

1) click Tools

2) check either one
a) Microsoft ActiveX Data Objects 2.6 Library or below (AKA ADO)
b) Microsoft DAO 3.6 Object Library

3) search for help files in your computer for the corresponding help file
a) ADO210.CHM
b) DAO360.CHM

4) In the help file, look for/type in the search tab for (without the a)
or b))
a) Open Method (ADO Recordset)
b) OpenRecordset Method Example (DAO)

5) Click the "Example" link close to the heading or follow the instruction

Best of luck


Ronin


"Dennis the Safety Nerd" wrote:

That sounds good. How do I learn to do that?

"Ronin" wrote:

Dennis,

There are ways to use Excel's VBA Form as a FrontEnd Data Entry Form. By
using the reference DAO or ADO, you can have the Access as back end database.


Ronin

"Dennis the Safety Nerd" wrote:

How do I create a custom form for data entry
It should have drop down boxes to select from and preferably have data on 3
work sheets.
It would also help if there were an auto number field like access uses. I
can't figue access out so I need to use excell.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Data Entry Form

Sorry, after 1), click References...


Best of luck again


Ronin

"Ronin" wrote:

In VBA,

1) click Tools

2) check either one
a) Microsoft ActiveX Data Objects 2.6 Library or below (AKA ADO)
b) Microsoft DAO 3.6 Object Library

3) search for help files in your computer for the corresponding help file
a) ADO210.CHM
b) DAO360.CHM

4) In the help file, look for/type in the search tab for (without the a)
or b))
a) Open Method (ADO Recordset)
b) OpenRecordset Method Example (DAO)

5) Click the "Example" link close to the heading or follow the instruction

Best of luck


Ronin


"Dennis the Safety Nerd" wrote:

That sounds good. How do I learn to do that?

"Ronin" wrote:

Dennis,

There are ways to use Excel's VBA Form as a FrontEnd Data Entry Form. By
using the reference DAO or ADO, you can have the Access as back end database.


Ronin

"Dennis the Safety Nerd" wrote:

How do I create a custom form for data entry
It should have drop down boxes to select from and preferably have data on 3
work sheets.
It would also help if there were an auto number field like access uses. I
can't figue access out so I need to use excell.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
data entry form AJ Excel Discussion (Misc queries) 2 March 4th 09 01:36 PM
Form for data entry Lin Light Excel Discussion (Misc queries) 2 October 9th 07 06:01 PM
Data Entry Form Brian T Excel Discussion (Misc queries) 8 March 5th 07 02:23 PM
Help with data entry form please Devon T. Sowell Excel Programming 4 February 1st 04 04:28 PM
Data Entry on a Form Chrissy[_4_] Excel Programming 5 July 20th 03 05:12 AM


All times are GMT +1. The time now is 02:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"