Shared database/database spliiter/copy of front end

B

Becky

Hello-
Here's the situation I created. The "raw" data resides in tables in a
database on a server. I created a second database with table links to the
data in the raw data database. 5 end users share/input and viow the data in
the linked table database using forms. Is this design OK? Should I have a
copy of the linked table database on each users computer? If so, how do I
copy the linked table database so the links update properly. In effect, did
I really split the database? Should all my 5 end users be opening and using
the same form? Thanks for your help - Becky
 
D

Douglas J. Steele

Each user should have his/her own copy of the second database.

I'm afraid I don't understand your query about "how do I copy the linked
table database so the links update properly". Are you concerned that the
users might not have their drives mapped the same way? Link using a URL
(\\server\share\folder\file.mdb) rather than a drive letter
(F:\folder\file.mdb)
 
B

Becky

Hi Doug-
How do I make a copy of the second database for each users computer? Thanks
for your help - Becky
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top