i've designed a query but i'll want the user to change the criteria within the report. so as the report is open it will show a combo box with a list of names taken from the field in the query, is this possible.....an y suggestion how to perform this task
Changing criteria while displaying a report
Collapse
X
-
Originally posted by comteckAs far as I know, a report is just that.. a means of displaying data. I don't believe it is possible to make a selection in a report. You can however, make a selection from a combo box on a form, and then have this selection displayed on the report.
comteckComment
Comment