Sub data lists

S

STemplar

I have created a combo box for a report. The combo box is Vehicle Make. I
would like to be able to choose a make, for example Ford and have another box
pop up with only Ford models. I currently have two combo boxes, one for
Vehicle Makes and one for Vehicle Models. Can anyone help? Thanks in advance.
 
N

NetworkTrade

You make a query for Models that is filtered based upon the criteria in the
open Form combo box i.e. the user selects Ford in that combo box...

make sure your query returns correctly...

then make a list box or subform or popup form (your choice) that is using
that query as its record source...

if you use a separate form an open it...it will trigger a new query. if
you use a list box or subform that is already opened - then you must force
it to requery once the choice of model has been made... several ways to do
that ...use a button or afterupdate event.... search the forms/forms coding
for requery for more on that...
 

Ask a Question

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.

Ask a Question

Top