Forum Moderators: coopster
Now would it be wise to have just 2 tables like MailingAddress and PhysicalAddress to store the phys/mail addresses for both Schools/Districts
OR
Would it be better to split it into 4 tables:
SchoolMailAdd
SchoolPhysAdd
DistMailAdd
DistPhysAdd
What's been your experience?
--Nick
There is a possibility to merge the 2 tables to 1 (depends on how many columns each table has). If you have many common fields, perhaps this method is more suited to you (and add a new field, something to store the Schools or Districts flag).