BrettM
just a pert, "ex" to come
- Local time
- Tomorrow, 07:04
- Joined
- Apr 30, 2008
- Messages
- 134
I have some code that works beautifully on a split Access database when run in the original MDB format. When the front end is converted into an MDE the code no longer functions correctly. Has anyone had any experience with this phenomenon before?
The code I am using is...
...where tbFileName is the external file to retrieve data from and PublicVar is the table requested.
Regards Brett
The code I am using is...
Code:
DoCmd.TransferDatabase acImport, "Microsoft Access", tbFileName, acTable, PublicVar, PublicVar
Regards Brett