I have created an access application that up until just recently I thought was going only be used by one person at a time on one machine.
Now I have just found out that two people are going to use the database at the same time only they won't be connected. Essentially two separate copies of the database.
The good part is that they won't be accessing the same records, but I don't know which records will be accessed so I can't break it down into two databases.
Is there an easy way to compile the changes to these two databases together once I get them back?
Now I have just found out that two people are going to use the database at the same time only they won't be connected. Essentially two separate copies of the database.
The good part is that they won't be accessing the same records, but I don't know which records will be accessed so I can't break it down into two databases.
Is there an easy way to compile the changes to these two databases together once I get them back?