wayneryeven
Technical User
Hey guys
I have a reports form that allows users to select the type of report they want (based on cascading combo's) and they can then turn other filters on/off. When complete they click CREATE- this looks up the report they have selected and presents as print preview.
Now what i want is to include and option to 'View as datasheet' thus allowing them to copy/paste data into an .XLS if required. Whats my best way of doing this?
At the mo i have a table detailing all my reports, their categories and sub categories and sort order ID etc. I cant open a form based on their choice, hence i thought i could open the query behind the report itself in Datasheet view?
Thus if i created a new field in the Reports table and added the query behind it, then give the user an option to select Report or Datasheet, this in turn will run an IF statement and either show the report or run the query to screen?
I'm just interested to hear everyones thoughts on how best to achieve this?
Thanks to all for your time and suggestions.
I have a reports form that allows users to select the type of report they want (based on cascading combo's) and they can then turn other filters on/off. When complete they click CREATE- this looks up the report they have selected and presents as print preview.
Now what i want is to include and option to 'View as datasheet' thus allowing them to copy/paste data into an .XLS if required. Whats my best way of doing this?
At the mo i have a table detailing all my reports, their categories and sub categories and sort order ID etc. I cant open a form based on their choice, hence i thought i could open the query behind the report itself in Datasheet view?
Thus if i created a new field in the Reports table and added the query behind it, then give the user an option to select Report or Datasheet, this in turn will run an IF statement and either show the report or run the query to screen?
I'm just interested to hear everyones thoughts on how best to achieve this?
Thanks to all for your time and suggestions.