Each user should have his/her own copy of the front-end, ideally on his/her
hard drive.
Sharing front-ends is a leading cause of database corruption.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"Chuck" <(E-Mail Removed)> wrote in message
news:04F169AD-E0E0-40D3-AA86-(E-Mail Removed)...
> Hello,
> I have a split application where there is a common front end that accesses
> multiple sets of backend tables. When the user logs in they select the
> back
> end they want to work with and the proper tables are linked. The front end
> is
> on the server and each user has a shortcut to the mdb on their desktop.
> What was a single user system will now be multiple users. What is
> happining
> is, a user logs in and selects the backend tables they want. Then when a
> second user logs in and selects a different back end the first user is
> accessing the second user's back end selection.
> Is there a way to have each user share the common front end but when they
> open the application they use their own copy can work on different back
> end
> databases?
> Thank You