I am trying to normalize my DB. I currently have split a main table into 3 separate tables (Main, Personal info, Preparedness) I will likely be splitting the third table even further. I have linked the 3 tables via a primary key (ContactID - autonumber). When I have the form open it is based on a main query which sorts contacts names in ascending order. Do I need to add the other two tables/and fields to the query in order to get all 3 tables info. showing on the form? Or do I need to change the control source statement in the fields to get the info. I thought putting =[personal info]![home address] as the control source for example that would retrieve the info from the personal info table.
Thanks
Jeannie
Thanks
Jeannie