Hi Simon
Thanks for your great tips. I did almost the same way as you mentioned with the help of an article from the Databasejournal.
http://www.databasejournal.com/features/msaccess/article.php/3286111
I am sure it can be done by better way.
Cheers!
Mona
Hi KeithG
Thanks for your answer. The reason for my question is to keep the same version in client side wheneve I do changes in server database. I wonder if there are any methods to keep two instances of the same database alive??
Rgds
Mona
Hi Simon
Thanks for your reply. I need to keep the same version in slient side. Because whenever I do changes in server database the users(clients) should get the last version automatically.
Rgds
Mona
Hi
In my application I like to keep the same database version in both client and the server. So I created a procedure to overwrite the client database with the server database and then close the client application to restart with a new client version. But Access is not allowing me to open...
Hi
I created a function to keep updated on client side database with the server database. In my application I like to keep the same version in both client and the server. I tried to overwrite my client database with the server database and close my client application. Then I restart the new...