Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

databasetype parameter in TransferDatabase method

Status
Not open for further replies.

mpopnoe

Programmer
Feb 28, 2002
47
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top