DB Closes unexpectedly without error message??

M

Mr. Frustrated

On the form when you press on one of the buttons to move to a new record or
go to a particular record the form almost freezes then Access closes. This
only happens when theirs more then two users sharing the database from
different terminals. Any ideas??
 
R

Rick B

By "two users sharing the database" do you mean they are both accessing the
same front-end file? If so, you need to think about splitting your database
and havin each user open their own front-end copy stored on their PC with
the data linked to a common back-end.

Going to this normalized split scenario will eliminate most odd issues
related to multiple users being in a file.

Rick B
 
Top