I followed advice from this site to create an Unbound form with 4 combo boxes and a control button that opnes up a form based on the combo selections. All went fine except:
1. I can select from 4 combo boxes and that feeds a query linked to a form
STATE=California
CITY=Berkeley
BUILDING=home
RENT=N
But what if I just want to pick the first CombObox and then open the form. Let’s say I just want California, then Go! or California,Berkeley then go!
How do I set up my query to stop looking for Combo box 3 and 4 if I just want to select 1 and 2 and then open.
I have a query that has: [Forms]![MasterMenu]![CatCombo01], …CatCombo02, …CatCombo03,…CatCombo04 in the criteria fields.
Thanks
Paul