Linked Tables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does a linked table automaticaaly show the most recent data from the master
table each time the database with the linked table is opened or is it
necessary to use the Linked TAble Manager to update the records in the linked
table. I hope not.
 
Chuck

The "link" is a live link. No manager required. Data entered into the
back-end, by any means, shows up in any front-end linked to it.

However! if there are data STRUCTURE changes to the back-end (your
"master"), those will not be reflected in the front-end's awareness until
you run the linked table manager.
 
Back
Top