changing data

  • Thread starter Thread starter mk sabeel
  • Start date Start date
M

mk sabeel

hello sir,

i using microsoft data access for my project
i am a beginner
what i want to achieve is as follows

i have a table of 1000records which is linked to other
tables. Now i want to update a few records of a table of
1000 records, this table is linked to other tables,so when
i update the table i want the other tables which are
linked to the table to which i have changed to get updated
to the changes. in other words i want the other tables
also to respond when i make changes in a table that is
linked to them

please help me,
waiting for a stimulating response
thank you
sabeel
(e-mail address removed)
 
In what way do you want "...the other tables which are
linked to the table to which i have changed to get updated
to the changes"? It seems to me that if you have the same
data element in two different tables that are linked, then
you need to re-look at your table design and normalize
them to eliminate any redundancies.
 
Back
Top