R
Rohn
Is it possible to display and print the Query Parameter on a chart? I
would like to have the Year and Month that the user selected displayed and
printed on the chart! but can't figure out how. Here are the two query
fields and the parameters.
Query is: Year: Format([dbo_FRDF_DETAILS.RECORD_CREATE_DATE],"yyyy")
Parameter: Like [Type year 2006, 2007, or 2008] & "*"
Query is: Month: Format([dbo_FRDF_DETAILS.RECORD_CREATE_DATE],"mmm")
Parameter: Like [Type Jan, Feb, or Mar for Month] & "*"
Thanks to all of you gurus who spend time helping people like me!
Rohn
would like to have the Year and Month that the user selected displayed and
printed on the chart! but can't figure out how. Here are the two query
fields and the parameters.
Query is: Year: Format([dbo_FRDF_DETAILS.RECORD_CREATE_DATE],"yyyy")
Parameter: Like [Type year 2006, 2007, or 2008] & "*"
Query is: Month: Format([dbo_FRDF_DETAILS.RECORD_CREATE_DATE],"mmm")
Parameter: Like [Type Jan, Feb, or Mar for Month] & "*"
Thanks to all of you gurus who spend time helping people like me!
Rohn