C
Confused
I have four tables. Customers to Contacts related by Customer ID. Customer
System Inventory related to Customers on Customer ID and a Testing Table I
want to use to keep track of customers testing from the System Inventory
Table.
I have a fom called Testing that I want to be able to select customers from
the Customer System Inventory. And then type contact information and have it
go back to the contact table. I've tried it several ways and the contact
name goes on the Contacts table, but it doesn't relate to any customer on the
customer's table. (It doesn't populate the customer ID).
How should I query these together so that the information uploads correctly.
What fields should I use to link these together? There are no records yet
on Contacts or Testing table. I really want to do this without subforms.
Any help is greatly appreciated.
System Inventory related to Customers on Customer ID and a Testing Table I
want to use to keep track of customers testing from the System Inventory
Table.
I have a fom called Testing that I want to be able to select customers from
the Customer System Inventory. And then type contact information and have it
go back to the contact table. I've tried it several ways and the contact
name goes on the Contacts table, but it doesn't relate to any customer on the
customer's table. (It doesn't populate the customer ID).
How should I query these together so that the information uploads correctly.
What fields should I use to link these together? There are no records yet
on Contacts or Testing table. I really want to do this without subforms.
Any help is greatly appreciated.