sparklegrrl
Registered User.
- Local time
- Today, 14:57
- Joined
- Jul 10, 2003
- Messages
- 124
I have searched the forums, downloaded samples and tried and tried to get a cascading combo box to work to no avail!
Here is the setup:
Workorder Table
WorkOrder ID
Customer ID
ContactID
etc
etc
etc
Customer Table
CustomerID
Customer Name
etc
etc
Contact Table
Contact ID
Fname
LName
Phone
etc
CustomerID
I am building a form based on the Work Orders table. I have a combo box named cboCustomer for the customers and it is working fine.
I want to add a combo box for contacts that shows the contacts listed based on the customer selected and I have an expression in a query.
The cboContact box contains a query exp1:[FName]&" "&[LName] and Customer ID. It works fine....ALL the customers are displayed in the drop down list.
However, if I go into the properties for the box and set the parameters under the CustomerID column to [forms]![WORKORDERSform]![cboCustomers] nothing appears at all!
I am so frusterated I could throw my pc, I've been at this one box for 3 days now!
What are the customer ID and contact id values in the work order table supposed to be set to? Does that make the difference?
Here is the setup:
Workorder Table
WorkOrder ID
Customer ID
ContactID
etc
etc
etc
Customer Table
CustomerID
Customer Name
etc
etc
Contact Table
Contact ID
Fname
LName
Phone
etc
CustomerID
I am building a form based on the Work Orders table. I have a combo box named cboCustomer for the customers and it is working fine.
I want to add a combo box for contacts that shows the contacts listed based on the customer selected and I have an expression in a query.
The cboContact box contains a query exp1:[FName]&" "&[LName] and Customer ID. It works fine....ALL the customers are displayed in the drop down list.
However, if I go into the properties for the box and set the parameters under the CustomerID column to [forms]![WORKORDERSform]![cboCustomers] nothing appears at all!
I am so frusterated I could throw my pc, I've been at this one box for 3 days now!
What are the customer ID and contact id values in the work order table supposed to be set to? Does that make the difference?