T
Tara
I have a form with two combo boxes. The selection the
user makes in the first combo box is supossed to limit
the values in the second. I have used a query to try to
accomplish this. The problem is that when I first open
the form, the underlying query is running and is
prompting me for the value from the first combo. I want
the form to load, the user to choose the value in the
first combo, then have the query run. Why is this
happening? The only code I have running when the form
loads is a maximize command. I initially wanted to
accomplish this whole thing without using a query, and
instead actually putting something in the second combo's
rowsource that would limit it's values, but I couldn't
find any help with that, so if anyone knows how to do it
that way, that would be great.
Thanks,
Tara
user makes in the first combo box is supossed to limit
the values in the second. I have used a query to try to
accomplish this. The problem is that when I first open
the form, the underlying query is running and is
prompting me for the value from the first combo. I want
the form to load, the user to choose the value in the
first combo, then have the query run. Why is this
happening? The only code I have running when the form
loads is a maximize command. I initially wanted to
accomplish this whole thing without using a query, and
instead actually putting something in the second combo's
rowsource that would limit it's values, but I couldn't
find any help with that, so if anyone knows how to do it
that way, that would be great.
Thanks,
Tara