S Soma_rich Registered User. Local time Today, 15:42 Joined May 2, 2007 Messages 58 Mar 19, 2008 #1 Hi using access 97 how do I programmatically export a table in DBF format? You can do this by right clicking the table and exporting but I can not find the function in VB. Thanks
Hi using access 97 how do I programmatically export a table in DBF format? You can do this by right clicking the table and exporting but I can not find the function in VB. Thanks
S Soma_rich Registered User. Local time Today, 15:42 Joined May 2, 2007 Messages 58 Mar 19, 2008 #2 Got it now! DoCmd.TransferDatabase acExport, "dBASE IV", "c:\temp", acTable, "Currency", "Currency.DBF" Thanks
Got it now! DoCmd.TransferDatabase acExport, "dBASE IV", "c:\temp", acTable, "Currency", "Currency.DBF" Thanks
KenHigg Registered User Local time Today, 18:42 Joined Jun 9, 2004 Messages 13,327 Mar 19, 2008 #3 ah... dBase. The good old days.