Dear all,
I have the following four tables: Contacts, Companies, Addresses, TelephoneNos. They all have autonumber ID fields and are all joined to a table called Link which itself has an autonumber ID.
I want to be able to join say: ContactID and CompanyID. Then another row with a ContactID and an AddressID. etc etc etc. However, access insists that a record from EACH table must be selected. How do I get around this (short of having a record in each table that is set to the default value in the Link table that is a "NULL" record)??
BTW: All fields are set so that Required = No. Any ideas?
Jason.
I have the following four tables: Contacts, Companies, Addresses, TelephoneNos. They all have autonumber ID fields and are all joined to a table called Link which itself has an autonumber ID.
I want to be able to join say: ContactID and CompanyID. Then another row with a ContactID and an AddressID. etc etc etc. However, access insists that a record from EACH table must be selected. How do I get around this (short of having a record in each table that is set to the default value in the Link table that is a "NULL" record)??
BTW: All fields are set so that Required = No. Any ideas?
Jason.