L
Larry
I have code behind a button click that transfers a table
from a database on a floppy disk into the current database.
It reads
DoCmd.TransferDatabase acImport, "Microsoft
Access", "a:\Bakers.mdb", acTable, "bakers", "bakers",
False
I want the user to be able to specify a path to the
database rather than hard code to the floppy drive. The
database has been emailed for about 2 years and the user
has to copy it to a floppy to import it.
Thanks for any help.
Larry
from a database on a floppy disk into the current database.
It reads
DoCmd.TransferDatabase acImport, "Microsoft
Access", "a:\Bakers.mdb", acTable, "bakers", "bakers",
False
I want the user to be able to specify a path to the
database rather than hard code to the floppy drive. The
database has been emailed for about 2 years and the user
has to copy it to a floppy to import it.
Thanks for any help.
Larry