Link tables

  • Thread starter Thread starter Ruben Granados
  • Start date Start date
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?
 
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).
 
Back
Top