![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm testing my Access 2002 application in Access 2010 without converting either the front end or back end db's. When the app tries to append a new table using Tabledefs.Append ..., the following error is generated. "Error 3845 (Error: Microsoft Access does not support linking to an Access database saved in a format that is later than the current database format." I've opened the source db and saved it as Access 2002-2003 mdb, and the same for the front end just to be sure. -- Bob Darlington Brisbane |
#3
| |||
| |||
|
|
"Bob Darlington" <b... (AT) notheredpcman (DOT) com.au> wrote in message news:4d4657e0$0$15070$afc38c87 (AT) news (DOT) optusnet.com.au... I'm testing my Access 2002 application in Access 2010 without converting either the front end or back end db's. When the app tries to append a new table using Tabledefs.Append ..., the following error is generated. "Error 3845 (Error: Microsoft Access does not support linking to an Access database saved in a format that is later than the current database format." I've opened the source db and saved it as Access 2002-2003 mdb, and the same for the front end just to be sure. -- Bob Darlington Brisbane Futher to my original post. The db I was connecting to was created from within Access 2010 as an mdb using: *DBEngine.CreateDatabase(strPathTo, dbLangGeneral, dbVersion40). That created the file OK And I can link to that file using the Access UI. But when I use VBA to create the link, I get the error mentioned in my original post. -- Bob Darlington Brisbane |
#4
| |||
| |||
|
|
"Bob Darlington" <b... (AT) notheredpcman (DOT) com.au> wrote in message news:4d4657e0$0$15070$afc38c87 (AT) news (DOT) optusnet.com.au... I'm testing my Access 2002 application in Access 2010 without converting either the front end or back end db's. When the app tries to append a new table using Tabledefs.Append ..., the following error is generated. "Error 3845 (Error: Microsoft Access does not support linking to an Access database saved in a format that is later than the current database format." I've opened the source db and saved it as Access 2002-2003 mdb, and the same for the front end just to be sure. -- Bob Darlington Brisbane Futher to my original post. The db I was connecting to was created from within Access 2010 as an mdb using: DBEngine.CreateDatabase(strPathTo, dbLangGeneral, dbVersion40). That created the file OK And I can link to that file using the Access UI. But when I use VBA to create the link, I get the error mentioned in my original post. -- Bob Darlington Brisbane |
![]() |
| Thread Tools | |
| Display Modes | |
| |