MikeAngelastro
Registered User.
- Local time
- Today, 09:09
- Joined
- Mar 3, 2000
- Messages
- 254
Hi,
I'm trying to automate the import of a *.dbf file. However, it is not part of a database. Using "DoCmd.TransferDatabase", I get an error saying that the path is invalid. I believe that this is due to having only a
table file and not a whole database. What code could I use to import the table/file?
Thanks,
Mike
I'm trying to automate the import of a *.dbf file. However, it is not part of a database. Using "DoCmd.TransferDatabase", I get an error saying that the path is invalid. I believe that this is due to having only a
table file and not a whole database. What code could I use to import the table/file?
Thanks,
Mike