I have a DB of reports, each report has a Status field– with one of either Open, Active, Archived as the status type.
On my customised switchboard I currently have 3 buttons, Open, Active, Archived which when clicked will open the report for whichever Status I have clicked – this via 3 separate queries each with the appropriate parameter of Open, Active, Archived as set for the Status field.
I would like to tidy up the DB by having only 1 query with the parameter for the Status field being called from whichever button is selected. How would I set this in the query or button control. I know I could use drop down list etc, but would prefer to keep the button options. Thanks John
On my customised switchboard I currently have 3 buttons, Open, Active, Archived which when clicked will open the report for whichever Status I have clicked – this via 3 separate queries each with the appropriate parameter of Open, Active, Archived as set for the Status field.
I would like to tidy up the DB by having only 1 query with the parameter for the Status field being called from whichever button is selected. How would I set this in the query or button control. I know I could use drop down list etc, but would prefer to keep the button options. Thanks John