D
David Habercom
I am totally buffaloed by this.
I run a report from a form. The form collects two variables, a string and
an integer. The report accepts the string but persists in calling for the
integer. (The Immediate Window confirms that the variables are defined
just before DoCmd.OpenReport.)
The integer is intFYDate.
The trouble in the report occurs in this and a similar textbox:
="Fiscal Year " & [intFYDate] & " (July 1, " & [intFYDate]-1 & " - June 30,
" & [intFYDate] & ")"
The result should be: Fiscal Year 2003 (July 1, 2002 - June 30, 2003)
Can somebody please tell me what I am missing?
Thanks.
David
I run a report from a form. The form collects two variables, a string and
an integer. The report accepts the string but persists in calling for the
integer. (The Immediate Window confirms that the variables are defined
just before DoCmd.OpenReport.)
The integer is intFYDate.
The trouble in the report occurs in this and a similar textbox:
="Fiscal Year " & [intFYDate] & " (July 1, " & [intFYDate]-1 & " - June 30,
" & [intFYDate] & ")"
The result should be: Fiscal Year 2003 (July 1, 2002 - June 30, 2003)
Can somebody please tell me what I am missing?
Thanks.
David