Requery Combo Box

G

Guest

I have been through the NG and can't find exactly what I need, though my
question similar to earlier questions.

I have 2 combo boxes in my form.
Combo1 is linked to a table of manufacturers.
Combo2 is linked to a query that uses combo1 as criteria, thus only showing
the model numbers that link to the manufacturer selected in Combo1.

My problem is that I can't get the requery method to work so that when I
change the value in Combo1 I get a new set of models in Combo2. I know that
I need to use code for either the AfterUpdate or Enter event. I have used
code suggested in other posts, but it hasn't worked. Can someone give me the
exact code I should enter? Snippets such as "mycombo.requery" aren't enough
for me as my Access VBA skills aren't that strong.

Thanks in advance.
 

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