I have an Access 2007 database file that should be used by two programs simultaneously.
Program 1 should insert and update the table;
Program 2 should only run queries to show the data.
The problem is, when program 2 opens the file - program 1 cannot insert or update rows.
What can I do?
Program 1 should insert and update the table;
Program 2 should only run queries to show the data.
The problem is, when program 2 opens the file - program 1 cannot insert or update rows.
What can I do?