I currently have a continuous form, with combo boxes on the footer allowing users to select records by setting criteria for particular fields, which are used as criteria in the select query (which the report is also based on).
However, as there are a lot of fields that they would like to search by (mostly date fields for different 'milestones' in a task/project - to check which are due/overdue etc), is there a way for the user to first select the field from a list, then the criteria, and pass this back to the select query? Or perhaps a different approach all together!
However, as there are a lot of fields that they would like to search by (mostly date fields for different 'milestones' in a task/project - to check which are due/overdue etc), is there a way for the user to first select the field from a list, then the criteria, and pass this back to the select query? Or perhaps a different approach all together!