G gbanks Registered User. Local time Today, 15:21 Joined Feb 9, 2000 Messages 161 Dec 6, 2004 #1 I'm trying to develope a marco or code that will allow me to export a table in my db as a dbase IV file. Does anyone have an example I can look at? Thanks..
I'm trying to develope a marco or code that will allow me to export a table in my db as a dbase IV file. Does anyone have an example I can look at? Thanks..
DES Technoweenie Local time Today, 10:21 Joined Apr 17, 2001 Messages 245 Dec 6, 2004 #2 DoCmd.TransferDatabase acExport, "dBase IV", "c:\Wherever", acTable, "tblMyTable", "MyNewTableName", False
DoCmd.TransferDatabase acExport, "dBase IV", "c:\Wherever", acTable, "tblMyTable", "MyNewTableName", False