C
Carlee
Hi there,
I have a form with four combo boxes on it. These combo boxes are used to
allow the user to build a query with the particular criteria they desire.
I want to capture the value selected as the criteria, or all values if no
value is selected. I used forms!frmBuildQuery!cboDomImp or
forms!frmBuildQuery!cboDomImp is null to accomplish this. This works well
for one combo box, however, I want to apply this principle to all three boxes
so that the user can choose what criteria he/she wants. How can I do this?
Simply doing the same thing to the next box doesn't work.
Problem:
In my record source query I have forms!frmBuildQuery!cboDomImp or
forms!frmBuildQuery!cboDomImp is null in the DomesticOrImport field. If I
add forms!frmBuildQuery!cboOrigin or forms!frmBuildQuery!cboOrigin is null
in the Origin field, I get no results.
What am I doing wrong?
I have a form with four combo boxes on it. These combo boxes are used to
allow the user to build a query with the particular criteria they desire.
I want to capture the value selected as the criteria, or all values if no
value is selected. I used forms!frmBuildQuery!cboDomImp or
forms!frmBuildQuery!cboDomImp is null to accomplish this. This works well
for one combo box, however, I want to apply this principle to all three boxes
so that the user can choose what criteria he/she wants. How can I do this?
Simply doing the same thing to the next box doesn't work.
Problem:
In my record source query I have forms!frmBuildQuery!cboDomImp or
forms!frmBuildQuery!cboDomImp is null in the DomesticOrImport field. If I
add forms!frmBuildQuery!cboOrigin or forms!frmBuildQuery!cboOrigin is null
in the Origin field, I get no results.
What am I doing wrong?