I have an access database split which has two different types of users. One base of users creates tables/queries on their local front-end. When they get a new version of the front end they lose those tables/queries.
I want to establish a process for retaining/transferring them to the new front end. Has anyone done this before?
So I'm thinking something like this:
Before the front-end on the local machine gets replaced, compare the tables/queries against the network copy. Any tables/queries found should be exported/imported into the new version.
Any direction or guidance would be greatly appreciated.