I have a pie graph that displays sales by customer segment based upon a query. Within that query, the user is prompted with a parameter for order date on the criteria statement:
between [Enter Beg Ord Dt] And [Enter End Ord Dt]
I have the graph working great etc. I just want to be able to display the data parameters entered by the user in the report header. The detail section of the report contains the pie graph.
I may just have to put the report request on a window with input dates and allow the user to enter the dates on the window and grab them from there - as opposed to the query. I thought I'd ask here first.
Oh yeah - I can make them appear by basing the report on a query that gets ONLY the dates from the original query - but the user is prompted twice and the data would actually be retrieved twice. I don't want a double prompt - too ugly.
Thanks in advance!
between [Enter Beg Ord Dt] And [Enter End Ord Dt]
I have the graph working great etc. I just want to be able to display the data parameters entered by the user in the report header. The detail section of the report contains the pie graph.
I may just have to put the report request on a window with input dates and allow the user to enter the dates on the window and grab them from there - as opposed to the query. I thought I'd ask here first.
Oh yeah - I can make them appear by basing the report on a query that gets ONLY the dates from the original query - but the user is prompted twice and the data would actually be retrieved twice. I don't want a double prompt - too ugly.
Thanks in advance!