Trying to export table from Access 2000 to a Access 2 db. I think the problem is in the databasetype parameter, I've tried using "Jet 2.0" and "Jet 2.x" and it doesn't work. I know Access 2000 is 4.0 and 97 is 3.51, but I need the one for Access 2. Here is the call:
DoCmd.TransferDatabase acExport, "Jet 2.x", sExportDBName, acTable, "Lab Data", "Lab Data", False, False
(sExportDBName is the full path of the db being exported to)
What am I doing wrong?
thanks,
Mike
DoCmd.TransferDatabase acExport, "Jet 2.x", sExportDBName, acTable, "Lab Data", "Lab Data", False, False
(sExportDBName is the full path of the db being exported to)
What am I doing wrong?
thanks,
Mike