R
RayN
I have a form with an unbound combo box that I am using
to select criteria for two fields in a select query. The
criteria are in the format [Forms]![Billing Form]!
[Billing Name] for the bound column and [Forms]![Billing
Form]![Billing Name].[Column(2)] for the second criteria.
As far as I can tell, the syntax is correct. However,
when I run the query. I get a dialog box asking for the
[Forms]...[Column(2)] value. Why does the query capture
the bound value but not see the value in Column 2 of the
combo box. I want to avoid using two combo boxes to
select the two criteria.
to select criteria for two fields in a select query. The
criteria are in the format [Forms]![Billing Form]!
[Billing Name] for the bound column and [Forms]![Billing
Form]![Billing Name].[Column(2)] for the second criteria.
As far as I can tell, the syntax is correct. However,
when I run the query. I get a dialog box asking for the
[Forms]...[Column(2)] value. Why does the query capture
the bound value but not see the value in Column 2 of the
combo box. I want to avoid using two combo boxes to
select the two criteria.