I don't know if this possible, but would love some help on this.
I am building a Trend of data on a month by month basis for the year. I have built queries which gives me the data I want in the format I want, but I have a problem. I now want to use the same Trend for every year without having to change all my queries manually.
Here is a sample of one of the query elements:
Start: IIf([Jan_StartDate]<#01/01/2008#,#01/01/2008#,[Jan_StartDate])
I have a form in which I am capturing the Reporting Year in a Text Box and assigning it to a variable Reporting_Year. Is there any way that I can use the variable in the dates above?
Tks in advance for any suggestions or help
Ginny
I am building a Trend of data on a month by month basis for the year. I have built queries which gives me the data I want in the format I want, but I have a problem. I now want to use the same Trend for every year without having to change all my queries manually.
Here is a sample of one of the query elements:
Start: IIf([Jan_StartDate]<#01/01/2008#,#01/01/2008#,[Jan_StartDate])
I have a form in which I am capturing the Reporting Year in a Text Box and assigning it to a variable Reporting_Year. Is there any way that I can use the variable in the dates above?
Tks in advance for any suggestions or help
Ginny