I have designed a database (ACCESS 2010) running on a standalone computer. It is not hosted on a network and is not written for multiple users. However, for a short period each year two users need to update the same table. I hoped to achieve this by duplicating the database after tagging all of the records in the master copy of the table.The second person, working on the copy database, would create new records that were not flagged. After finishing his work, I hoped to run an append query extracting all non-flagged records from the table in the copy database.
However, life is never that simple, at least for me. First problem is that there are 4 calculated fields in the records and the append failed for this reason. Trying a different approach, a second source of failure was that the system assigned primary key was duplicated in the two copies of the table.
Is there a way of achieving what I want without recourse to Visual Basic which I have never used, managing to develop my system by the use macros and the very occasional single line of VB?
Any suggestions gratefully received!
However, life is never that simple, at least for me. First problem is that there are 4 calculated fields in the records and the append failed for this reason. Trying a different approach, a second source of failure was that the system assigned primary key was duplicated in the two copies of the table.
Is there a way of achieving what I want without recourse to Visual Basic which I have never used, managing to develop my system by the use macros and the very occasional single line of VB?
Any suggestions gratefully received!