crpjaviman
Technical User
Hello everyone,
I am encountering a small problem. I have multiple users that use a control that appends the same table. Here is the problem, when the first user appends 3 records, the records are added, when a second user appends 2 records from a different workstation, it overwrites the table and only adds the second users records.
The end solution needs to be that when both users appends, neither of thier records will be overwritten.
Can this be done per workstation? I don't like to make copies of the databases or make it exclusive, multiple users need the database at the same time, due to time contraints. Not to mention the update horror.
Is there some code that will help with this or is there a criteria statement in the query?
Any help will be appreciated.
Thanks,
I am encountering a small problem. I have multiple users that use a control that appends the same table. Here is the problem, when the first user appends 3 records, the records are added, when a second user appends 2 records from a different workstation, it overwrites the table and only adds the second users records.
The end solution needs to be that when both users appends, neither of thier records will be overwritten.
Can this be done per workstation? I don't like to make copies of the databases or make it exclusive, multiple users need the database at the same time, due to time contraints. Not to mention the update horror.
Is there some code that will help with this or is there a criteria statement in the query?
Any help will be appreciated.
Thanks,