re template for "How to Synchronize Combo Boxes"

J

Jenner

I've been working through the template using the Visual Basic example and
it's working but I have one problem.

When I pick the value in the first combo box a window pops up asking "Enter
Parameter Value" and shows the value I've picked below. By trial and error I
discovered if I type in the same value I picked it works, if I do anything
else norhting shows up in the second box.

I'm new to access and MVB and am suck here.

Thanks
 
B

Beth Melton

If you're seeing an "Enter Parameter Value" input box then it means there's
an error in the SQL Statement for your row source. Probably in your Where
condition. Check your syntax for punctuation errors. Also, copy/pasting the
code you are using in your post can help identify the error.

~Beth Melton
Microsoft Office MVP
 
Top