i need to gather information from a form to plug into a query,
but i need the query to exclude one item that is an option on the form housing the parameters, unless that item is directly selected as an option... ie if the field is left blank, the report will generate pulling records baased on all but that one option. it will however generate the report if that option is directly selected.
any idea how to pull that off in access 97?
Thank you!
Code:
([Forms]![frm_Reporting].[type])
any idea how to pull that off in access 97?
Thank you!
Comment