Charlie,
Let's use an example of cboCarMake and cboCarModel. cboCarMake would
allow user to pick a CarMake (Ford, Toyota, Dodge, etc..). In the query for
cboCarModel use the contents of cboCarMake to filter the possible choices in
cboCarModel. Filter the CarMake column of cboCarModel with a criteria of...
=Forms!frmYourFormName!cboCarMake
This way, if "Ford" was selected in cboCarMake, only models that belong to
Ford will be displayed in cboCarModel.
hth
Al Camp
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.