Synchronization Application Access Db Synchronyzation..HELP!!?

Access db synchronyzation..HELP!!? - synchronization application

I developed an application on a remote PC.
Now they appear more than one user with the application to work, how can I synchronize by using a module in the application that runs automatically, application loading and closing?

2 comments:

Squirrel... said...

The better way would probably be separate tables in a database file and the file in a shared network. Then in the file that the application interface to live, you link the tables instead of separately. Thus, the interface of multiple users, and data can be used to update immediately. This eliminates the need to synchronize the data - which, as it is not really the best solution for your situation sounds.

Good luck!

Makiavel said...

You have to share your database: the tables in a query, forms, reports, macros, modules elsewhere.

To do this, go to Menu> Tools Database Utilities> Database Splitter.

Thus, each user can customize his own mdb without the essential tables

Post a Comment