J
Jim
I have a form with several list boxes. The list boxes are
used to generate criteria for a report based on a query.
The query refers to the test box in the criteria row. I am
having trouble getting the right format for multiple
selections in a field.
For example, if one wanted to limit the report to only
projects in Vermont, the criteria text box in the form is
set to ="VT" and the query works great. However, if I
want to limit it projects in Vermont and Pennsylvania,
the query returns no records. I have tried setting the
criteria text box on the form to ="VT or PA", = "VT" & "
or " & "PA". Can anyone suggest the correct format for
the criteria text box?
Thanks,
Jim
used to generate criteria for a report based on a query.
The query refers to the test box in the criteria row. I am
having trouble getting the right format for multiple
selections in a field.
For example, if one wanted to limit the report to only
projects in Vermont, the criteria text box in the form is
set to ="VT" and the query works great. However, if I
want to limit it projects in Vermont and Pennsylvania,
the query returns no records. I have tried setting the
criteria text box on the form to ="VT or PA", = "VT" & "
or " & "PA". Can anyone suggest the correct format for
the criteria text box?
Thanks,
Jim