C
Confused
I created a Contacts Table based on a Customer Table. I.e I copied the
Customer table and added fields such as contact name, tn, email etc. There
is a relationship based on Customer ID.
I then created a form based on a query of these two tables.
The problem started when I added a combo box based for the company names for
users to select from when they add another contact. The Row source is
SELECT DISTINCT Customers.[Customer Name], Customers.[Customer ID] FROM CLECs
ORDER BY Customers.[Customer Name]; Now when I select the company name it
only updates to the Customers list and not the Contacts list. The record
source is the Customer Name in the Query from the Contacts table.
The combo also does not select distinct.
I'm new to this...How should I set this up? I've spent all day changing it
around etc. Please help!
Customer table and added fields such as contact name, tn, email etc. There
is a relationship based on Customer ID.
I then created a form based on a query of these two tables.
The problem started when I added a combo box based for the company names for
users to select from when they add another contact. The Row source is
SELECT DISTINCT Customers.[Customer Name], Customers.[Customer ID] FROM CLECs
ORDER BY Customers.[Customer Name]; Now when I select the company name it
only updates to the Customers list and not the Contacts list. The record
source is the Customer Name in the Query from the Contacts table.
The combo also does not select distinct.
I'm new to this...How should I set this up? I've spent all day changing it
around etc. Please help!