I struggling here!
For the life of me, I can't seem to manually (File>Get External Data....)link/import a foxpro dbf into access (I get the error: 'external table is not in the expected format'), but more importantly/ideally, I'd like to use the TransferData method to import the dbf.
I have been through this entire forum, it seems, and have tried virtually all the solutions that seemed to work for others, but I'm still struggling.
"DoCmd.TransferDatabase acImport, "dbase iv", "C:\Mydir", acTable, "J_SUMRY.dbf", "TEMP""
With the above, I continue to get the "External table is not in the expected format"
"DoCmd.TransferDatabase acImport, "ODBC Database", "ODBC;DSN=Visual FoxPro Tables;UID=;SourceDB=C:\Lifetouch;SourceType=DBF;Exclusive=No;Background Fetch=Yes;Collate=Machine;Null=Yes;Deleted=Yes;DATABASE=", acTable, "J_SUMRY", "TEMP", False"
With the above, I get the "Microsoft Jet engine could not find the object "TEMP""
I have MDAC 2.8 (office pro 2003), I downloaded and installed "VFPODBC.msi"....
The ODBC driver info I have in 'administrative tools>Data Sources (ODBC)' is the following:
Microsoft FoxPro VFP Driver (*.dbf) and Microsoft Visual FoxPro Driver.
Both are version: 6.01.8629.01, filename: VFPODBC.DLL, dated: 12/7/1999.
This is very frustrating, I can barely breath.
Thank you in advance for any assistance.
Noel
For the life of me, I can't seem to manually (File>Get External Data....)link/import a foxpro dbf into access (I get the error: 'external table is not in the expected format'), but more importantly/ideally, I'd like to use the TransferData method to import the dbf.
I have been through this entire forum, it seems, and have tried virtually all the solutions that seemed to work for others, but I'm still struggling.
"DoCmd.TransferDatabase acImport, "dbase iv", "C:\Mydir", acTable, "J_SUMRY.dbf", "TEMP""
With the above, I continue to get the "External table is not in the expected format"
"DoCmd.TransferDatabase acImport, "ODBC Database", "ODBC;DSN=Visual FoxPro Tables;UID=;SourceDB=C:\Lifetouch;SourceType=DBF;Exclusive=No;Background Fetch=Yes;Collate=Machine;Null=Yes;Deleted=Yes;DATABASE=", acTable, "J_SUMRY", "TEMP", False"
With the above, I get the "Microsoft Jet engine could not find the object "TEMP""
I have MDAC 2.8 (office pro 2003), I downloaded and installed "VFPODBC.msi"....
The ODBC driver info I have in 'administrative tools>Data Sources (ODBC)' is the following:
Microsoft FoxPro VFP Driver (*.dbf) and Microsoft Visual FoxPro Driver.
Both are version: 6.01.8629.01, filename: VFPODBC.DLL, dated: 12/7/1999.
This is very frustrating, I can barely breath.
Thank you in advance for any assistance.
Noel