update table with data from two different users in same database

T

tgrange

Is there a way to have a table update automatically when two users are in the
same database table, logging information from field personnel into the same
table? Right now, each user only see's information that he has entered and
not any of the information the other user has entered. Each user has to exit
the table and then reopen it to see the other users data that was entered.
Any help would be appreciated.
 
S

Sharkbyte

First off, your users should be entering data into a form, not right in to
the table.

Then, all you should need to do is put in a Requery statement. You will
have to decide what event(s) you want the Requery to fire on.

HTH

Sharkbyte
 
Top