Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
data entry form | Excel Discussion (Misc queries) | |||
Form for data entry | Excel Discussion (Misc queries) | |||
Data Entry Form | Excel Discussion (Misc queries) | |||
Help with data entry form please | Excel Programming | |||
Data Entry on a Form | Excel Programming |