G
Guest
Thank you Thank you Thank you for your help...
Concept: I have a report and underlying query object. I would like to be
able to click a button on a form that would set the criteria for a field in
the query and then run the report. Of course several buttons to set
different criteria...
One approach was to set a text box on the form that would be populated by
code and that used as the criteria in a parameter query. I found out that I
couldn't pass >= in the parameter which is part of the criteria.
Is there a way through code to set the criteria for a field in an existing
query object??
Otherwise is there another way to solve the problem??
Thanks again,
Joel
Concept: I have a report and underlying query object. I would like to be
able to click a button on a form that would set the criteria for a field in
the query and then run the report. Of course several buttons to set
different criteria...
One approach was to set a text box on the form that would be populated by
code and that used as the criteria in a parameter query. I found out that I
couldn't pass >= in the parameter which is part of the criteria.
Is there a way through code to set the criteria for a field in an existing
query object??
Otherwise is there another way to solve the problem??
Thanks again,
Joel