devilxman
12-17-2003, 03:39 AM
hi hi
i have problem creating Access2000 mdb. i can create Access 95 mdb ok with the below, but how can i update it to create Access2000 mdb.
Set DestDB = Workspaces(0).CreateDatabase(txtPath & "\client.mdb", dbLangGeneral)
i have been trying to add various constant from the Help Library like:
dbVersion
thanks for your help in advance.
i have problem creating Access2000 mdb. i can create Access 95 mdb ok with the below, but how can i update it to create Access2000 mdb.
Set DestDB = Workspaces(0).CreateDatabase(txtPath & "\client.mdb", dbLangGeneral)
i have been trying to add various constant from the Help Library like:
dbVersion
thanks for your help in advance.