I have a table of Distributors, with a related table listing the SalesReps for each distributor.
On a customer data entry form, I have a combo box to choose a Distributor. After picking a Distributor, I go to another combo box to choose a SalesRep. In the SalesRep combo box, I want to limit the choices to only those SalesReps listed for the Distributor chosen in the first combo box.
Right now, using the combo box wizard, the Distributor combo box works fine, but when I go to the second, SalesRep combo box, I always get ALL the SalesReps.
How do I limit the choices to only those SalesReps that go with the Distributor chosen in the first combo Box?
My SalesRep table has IndividualID (AutoNum), DistributorNum (relates it to Distributor Table), IndividualName, OtherIndividualInfo....
Thanks -- Renee [sig][/sig]
On a customer data entry form, I have a combo box to choose a Distributor. After picking a Distributor, I go to another combo box to choose a SalesRep. In the SalesRep combo box, I want to limit the choices to only those SalesReps listed for the Distributor chosen in the first combo box.
Right now, using the combo box wizard, the Distributor combo box works fine, but when I go to the second, SalesRep combo box, I always get ALL the SalesReps.
How do I limit the choices to only those SalesReps that go with the Distributor chosen in the first combo Box?
My SalesRep table has IndividualID (AutoNum), DistributorNum (relates it to Distributor Table), IndividualName, OtherIndividualInfo....
Thanks -- Renee [sig][/sig]