Loading a combo box

rabatwork

New member
Local time
Today, 09:21
Joined
Sep 18, 2000
Messages
8
I have multiple types of names which are related to list(s) of titles. Is there any way to select the name type (category) in a combo box and have the appropriate titles be loaded into another combo box for selection?
 
In the second box for the row source select the fields that you want to see plus the field CATEGORY. In criteria for category use the code = [Forms]![frmName]![cmbName]

You then need to go to the first combo box and in the event tab of the properties you need to create code in On Change being Me.cmbName2.Requery

HTH

Simon
 

Users who are viewing this thread

Back
Top Bottom