Link tables

R

Ruben Granados

Hi all,
I want to make design changes on a database which one of
it's tables is linked to other database. the other
database is now being used.
Can I make design changes without affecting the other?
 
J

Jeff Boyce

Ruben

Your description sounds a little like a "front-end"/"back-end" split, a GOOD
thing! Are you saying that the front-end is linked to a back-end table, and
you wish to make changes to the front-end?

If so, go ahead. Unless, of course, the changes you want to make are to the
linked table from the back-end. You can only change its structure IN the
back-end (except for adding/deleting/updating the data contained in it).
 

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