split database

L

Loi

Hi,
I have a database, and then I splitted it to two databases
so more people can use it as the same time.

First database is "Patient.mdb" which has linked
tables,queries, and forms.
The second is " Patient-be.mdb" which has only tables.

If I want to put in one more column in a table, what
should I do?

Which database I can use to update? and how?

Thank you very much
Loi
 
D

Douglas J. Steele

You must update Patient-be.mdb, since that's where the tables are.

Once you make the change to the back-end, the front-end should automatically
pick up the changes. If it doesn't, delete and relink in the front-end.
 

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