married2themachine
Programmer
I need advice on the best way to accomplish something simple [i think]...
I have a report that displays as a default when I go to a page. What i want is to put choices at the top of that page that allow users to select a different report if they don't want the default. I would also like this to occur using radio buttons and perhaps a 'onchange' event?
Example choices:
Current Week-to-date, Saturday, Sunday, Monday, Tuesday, etc.
Underneath the choices above, I want the report displayed. When user makes a different choice, I want their chosen report to display in place of the default. The reports are actually the same file but with a passed variable in the WHERE statement of the query so the choice made above, needs to be passed as a variable so it can be substituted in the report query.
Thank you so much for any direction you can provide.
I have a report that displays as a default when I go to a page. What i want is to put choices at the top of that page that allow users to select a different report if they don't want the default. I would also like this to occur using radio buttons and perhaps a 'onchange' event?
Example choices:
Current Week-to-date, Saturday, Sunday, Monday, Tuesday, etc.
Underneath the choices above, I want the report displayed. When user makes a different choice, I want their chosen report to display in place of the default. The reports are actually the same file but with a passed variable in the WHERE statement of the query so the choice made above, needs to be passed as a variable so it can be substituted in the report query.
Thank you so much for any direction you can provide.