Import / Export Table

Enesto

New member
Local time
Tomorrow, 00:47
Joined
Apr 21, 2007
Messages
7
Who can help me out?? :confused:

I am looking for 2 scripts

1) for exporting an existing table with data to an seperate MDB file
(filename to be given by user using a dialogbox)
2) importing the MDB file (from question 1) back into the existing table in
the original database. Script does not have to worry for dublicate data.
 
Look into this command for help with both exporting and importing.

DoCmd.TransferDatabase
 

Users who are viewing this thread

Back
Top Bottom