identical field in multiple tables and would like to populate all

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

Guest

I have multiple tabels all containing one field that is identical. How can I
enter the data in this one field in all tables, just by entring it once?
 
Normally you don't. If you have redundant data, then you need to fix your
database design.

A properly normalized relational database will store information once (and
only once) for each item.

Please explain why you have redundant data and perhaps we can suggest some
ways to correct your structure.
 
Back
Top