D
Donna
Hello group,
I will be exporting a table from one database to another on a daily basis.
The destination database will run an Append query using the imported table.
(Its a mobile operation, transferring data from a laptop in the field to a
desktop pc later in the day, no internet, using flash drive)
I would like to automate the process with VBA or a macro attached to a
button that will be on a switchboard.
I am using Access 2003 and the db has been saved in the Access 2000 format.
(same for the destination db)
The only logic I can think of using is to use the DoCmd and acMenu. I don't
know how to locate the numerical value of the menu items. I will be using
the File, Export, Export to {path}. The File menu is the first menu. The
Table is named "InitialDataEntry_tbl". I will most likely attach the code to
a switchboard item's OnClick event.
Can someone help me with this? I have seen the menu values somewhere, years
ago, but haven't been able to find it again. I will keep digging around, but
in the meantime, if someone would be so kind as to tell me how to write it
out I sure would appreciate it. Thank-you very much.
Donna
I will be exporting a table from one database to another on a daily basis.
The destination database will run an Append query using the imported table.
(Its a mobile operation, transferring data from a laptop in the field to a
desktop pc later in the day, no internet, using flash drive)
I would like to automate the process with VBA or a macro attached to a
button that will be on a switchboard.
I am using Access 2003 and the db has been saved in the Access 2000 format.
(same for the destination db)
The only logic I can think of using is to use the DoCmd and acMenu. I don't
know how to locate the numerical value of the menu items. I will be using
the File, Export, Export to {path}. The File menu is the first menu. The
Table is named "InitialDataEntry_tbl". I will most likely attach the code to
a switchboard item's OnClick event.
Can someone help me with this? I have seen the menu values somewhere, years
ago, but haven't been able to find it again. I will keep digging around, but
in the meantime, if someone would be so kind as to tell me how to write it
out I sure would appreciate it. Thank-you very much.
Donna