I am trying to create a macro to auto import FoxPro - what is wrong with this code?
DoCmd.TransferDatabase acImport, "Microsoft FoxPro", "C:\mg_projects\osu\dbf", acTable, "CLP_PROJ.dbf", "TestImport"
I've tried taking off the .dbf extension with no luck - I do not get an error message nor the resulting table. I can run the import wizard within Access and this works fine, just having problems automating this task.
Any suggestions are greatly appreciated,
Thanks.
DoCmd.TransferDatabase acImport, "Microsoft FoxPro", "C:\mg_projects\osu\dbf", acTable, "CLP_PROJ.dbf", "TestImport"
I've tried taking off the .dbf extension with no luck - I do not get an error message nor the resulting table. I can run the import wizard within Access and this works fine, just having problems automating this task.
Any suggestions are greatly appreciated,
Thanks.