tables...(had a mis-spell)

  • Thread starter Thread starter arjang
  • Start date Start date
A

arjang

when i have 2 tables that share same fields, how can i edit/update >>>data
in
one table and have the other table get updated too, i tried relationshiping
of the fields, didn't work or i didn't do it right, thank for the help...
 
If the field being changed is the Primary Key of one of the tables, you can
set up a relationship, set it to "Enforce Referential Integrity", and check
the "Cascade Update Related Fields"

If it's not the Primary Key, odds are it shouldn't be in both tables.
 

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

Back
Top