Hi to all, This is my first post on AP.
We have an application which is used in a couple of offices and on a number of terminals. The data is stored in a back-end database on the server on each site.
The databases are getting to the stage that we cannot roll out changes to the back end table layouts relatively efficiently. What I want to do through vba if possible is basically have a blank local version of each table and say:
check tab_1 on linked_backend, if tab_1 layout <> tab_1_local layout then update the back end layout to mirror that of the local layout.
We cannot overwrite the data, but on occasion, we need to add an extra field to a central table as new bits of the application are developed.
I've tried a few searches here, and am probably using the wrong phrases, but not getting any results. I'd appreciate any pointers in the right direction
We have an application which is used in a couple of offices and on a number of terminals. The data is stored in a back-end database on the server on each site.
The databases are getting to the stage that we cannot roll out changes to the back end table layouts relatively efficiently. What I want to do through vba if possible is basically have a blank local version of each table and say:
check tab_1 on linked_backend, if tab_1 layout <> tab_1_local layout then update the back end layout to mirror that of the local layout.
We cannot overwrite the data, but on occasion, we need to add an extra field to a central table as new bits of the application are developed.
I've tried a few searches here, and am probably using the wrong phrases, but not getting any results. I'd appreciate any pointers in the right direction
