duncanstreet2004
MIS
Hi all,
I'm working with a VB app, using DAO 3.6, that used to generate Access '97 databases using the following code:
Set dbsNew = wrkDefault.CreateDatabase(strLPAccessInv, dbLangGeneral, dbVersion30)
I was able to have it create databases in Access 2000 by changing "dbVersion30" to "dbVersion40", but how do I get it to generate a db in Access 2003? Do I change the code to something like "dbVersion50" or do I need to re-write the code in ADO or is there some other issue I'm not aware of? The new databases consist of tables with data only, nothing else.
Thanks.
Robin
I'm working with a VB app, using DAO 3.6, that used to generate Access '97 databases using the following code:
Set dbsNew = wrkDefault.CreateDatabase(strLPAccessInv, dbLangGeneral, dbVersion30)
I was able to have it create databases in Access 2000 by changing "dbVersion30" to "dbVersion40", but how do I get it to generate a db in Access 2003? Do I change the code to something like "dbVersion50" or do I need to re-write the code in ADO or is there some other issue I'm not aware of? The new databases consist of tables with data only, nothing else.
Thanks.
Robin