Hi everyone,
I have two tables (tbl_Company and tbl_Address) which I am joining with (tbl_CompanyAddress) by composite keys. I for the life of me cannot determine how this tbl_ComapnyAddress is to be populated? This tbl has two keys, one from ID in tblCompany and one from tbl_Address. Yet I don't know how to get this table to populate with the ID's from the two tables joined. Do I create in form when saved or ? I see plenty of examples of how to make these composite key tables, yet nothing on how to populate them to get quary results. I am assuming on a form when saved? Please if someone could explain to me.
Thanks
Dave