I have a split database, and I'm trying to figure out the best way to update the front end for my users. Some of my users will have their own queries, reports, etc., that they have built themselves into their local copy of the front end. When I upgrade the front end, I do not want to wipe out their work, nor do I want them to have to import these queries/reports every time they get an updated version of the front end.
I'm thinking about adding an "Import" button in the new front end, so when a new front end is deployed, the user can click on this button, which will ask them where their old front end is, then compare the old front end with the new front end, and then automatically import anything that is in the old front end but is not in the new front end. All these (hopefully) can be done in VB code.
Has anyone tried this approach? Will it work? Any potential pitfalls? Thanks in advance.
I'm thinking about adding an "Import" button in the new front end, so when a new front end is deployed, the user can click on this button, which will ask them where their old front end is, then compare the old front end with the new front end, and then automatically import anything that is in the old front end but is not in the new front end. All these (hopefully) can be done in VB code.
Has anyone tried this approach? Will it work? Any potential pitfalls? Thanks in advance.