StephanieD
New member
- Local time
- Yesterday, 16:55
- Joined
- Aug 30, 2008
- Messages
- 9
We have an old app that will only read its old Access 95 database.
My copy of Access 2003 will only open the Access 95 database in read-only mode, so I cannot add the fields we need. Also, Access 2003 will not correctly perform an upgrade of the database to 2003 format.
I have written new software that reads the old Access 95 database, but its time to point the new software to a newer version of the database in which we can actually modify fields.
So.... During the transition period, I would like to do a daily conversion of the 95 database to 2003 format, so the new software can point at the newer database, but still be looking at relatively fresh data.
As mentioned above, Access will not do it automatically, so I would be willing to open both the old and the new databases and programmatically copy everything over row by row.
I'm not looking for code, just any suggestions as to the best way to go about this. Is it something that could/should be written in VB within Access?
My copy of Access 2003 will only open the Access 95 database in read-only mode, so I cannot add the fields we need. Also, Access 2003 will not correctly perform an upgrade of the database to 2003 format.
I have written new software that reads the old Access 95 database, but its time to point the new software to a newer version of the database in which we can actually modify fields.
So.... During the transition period, I would like to do a daily conversion of the 95 database to 2003 format, so the new software can point at the newer database, but still be looking at relatively fresh data.
As mentioned above, Access will not do it automatically, so I would be willing to open both the old and the new databases and programmatically copy everything over row by row.
I'm not looking for code, just any suggestions as to the best way to go about this. Is it something that could/should be written in VB within Access?