C
Confused
I mainly have four tables. Customers, Conacts, Customer System Inventory,
and Testing.
I built a query on my new Testing Table with Contacts (Customers that are on
the Customer System Inventory list can test) . I based a form on this query
and when I select the customer from a combo box I created by Select Distinct
Name etc. I then get #Name? in those fields from the Contacts Table.
My relationships are Customers to Contacts based on Customer ID. Customers
to Customer System Inventory based on Customer ID. Contacts to Testing
based on Contact ID. No records are in Contacts or Testing tables yet.
I know it is trying to pull the Contact ID, but I don't know how to make
this work.
Please...How should I do this?
and Testing.
I built a query on my new Testing Table with Contacts (Customers that are on
the Customer System Inventory list can test) . I based a form on this query
and when I select the customer from a combo box I created by Select Distinct
Name etc. I then get #Name? in those fields from the Contacts Table.
My relationships are Customers to Contacts based on Customer ID. Customers
to Customer System Inventory based on Customer ID. Contacts to Testing
based on Contact ID. No records are in Contacts or Testing tables yet.
I know it is trying to pull the Contact ID, but I don't know how to make
this work.
Please...How should I do this?