D
Dale
I have a form that allows the user to select up to 3 products in a
side by side comparison. This is done with 3 combo boxes. Once the
user has made his selections, he is to click on a command button to
see the results of his selections. Everything works fine as long as 3
products are selected. But, if the user only wants to compare 2
products, zero records are returned. How can I have the query ignore
the third combo box if no selection is made?
My method of passing the combo box selections to the queries is by
inserting [forms]![formname]![controlname] in the criteria section of
the query. Thanks for any suggestions.
side by side comparison. This is done with 3 combo boxes. Once the
user has made his selections, he is to click on a command button to
see the results of his selections. Everything works fine as long as 3
products are selected. But, if the user only wants to compare 2
products, zero records are returned. How can I have the query ignore
the third combo box if no selection is made?
My method of passing the combo box selections to the queries is by
inserting [forms]![formname]![controlname] in the criteria section of
the query. Thanks for any suggestions.