Jennifer said:
I meant the window where you can click on the tables, forms,
etc...sorry I wasn't specific...the database is split and on one of
the computers it does give a message of one exclusive user but not on
the other two machines
In a properly split system, you can see the tables forms etc that exist
on your copy of the database (the front end) but the only parts of the back
end (the database on the "server" computer) you only see the tables that are
linked to yours, but nothing else, you just see the data.
A properly split system keeps on the shared dynamic data (the data that
changes) in one database (called the backend) located on the "server"
computer. The forms, reports queries and often additional tables, are
located in a different database on their own compute (called the front end)
.. This front end is linked to table(s) on the back end.
When people are sharing data it is wise to use this split system as it
avoids all kinds of problems. Is your system something like this?