J
John
Hi
I have a report with an underlying query. The criteria is coming from a
field on the form which calls the report. So the query is 'select * from
mytable where mytable.myfield = [Forms]![myform]![myfield]'. The problem is
that the form field doe snot contain a single value like x but 'x or y'.
This does not work in a query if the form field has this value. How do I get
the report to work with two or more values connected by an 'or' operator?
Thanks
Regards
I have a report with an underlying query. The criteria is coming from a
field on the form which calls the report. So the query is 'select * from
mytable where mytable.myfield = [Forms]![myform]![myfield]'. The problem is
that the form field doe snot contain a single value like x but 'x or y'.
This does not work in a query if the form field has this value. How do I get
the report to work with two or more values connected by an 'or' operator?
Thanks
Regards