How do I save information with multiple users in the database?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database that multiple users enter information. Because there's no
prompt when one user is using the database another may be using it and
information is not saved. How can I correct this?
 
Look at the Access Help file for "record locking". In a multi-user setup,
you'd normally have data entry forms set to lock on "edited record". When
one user changes a record, it will be locked to other users. You can also
set the refresh interval to display new information.
-Ed
 
Back
Top