I have a VB6 program that connects to an Access 2000 database created in Access 97 format. Because of the cumbersome tasks involved in manually updating this database structure, I added and edited tables using VB code. Which worked out fine. However one of my user's (which had Access 2000) had to switch to another computer which has Access 97. When I sign on to my application the program runs a procedure to automatically update the database structure. However when I opened the database, the structure was not updated with the new table I had added - which was strange.
Is there some reason why the structure was updated with 2000 loaded and not with 97 loaded on the systems? I thought that since the database remains in 97 format it would not pose a problem.
Thanks
Is there some reason why the structure was updated with 2000 loaded and not with 97 loaded on the systems? I thought that since the database remains in 97 format it would not pose a problem.
Thanks