K
Kathy - Lovullo
Hi,
I am using a formula in the Page Header of my report that is working
properly on the first page and not the second. The page header consists of a
Title & my date formula. The title properly appears on all pages. However,
the dates are only working on the first page. On the second page the date
formula prints "#Error".
The date formula I am using evaluates whether or not dates were entered on
an input form, if not, it prints the date range of the current month. THe
formula I am using in the page header is:
="Report Date: " & IIf(IsNull([Forms]![frmWhatDates]![txtStartDate]) And
IsNull([Forms]![frmWhatDates]![txtEndDate]),(DateSerial(Year(Date()),Month(Date()),1))
& " And " & Date(),[Forms]![frmWhatDates]![txtStartDate] & " - " &
[Forms]![frmWhatDates]![txtEndDate])
Any Ideas on where I am going wrong????
Thanks!
I am using a formula in the Page Header of my report that is working
properly on the first page and not the second. The page header consists of a
Title & my date formula. The title properly appears on all pages. However,
the dates are only working on the first page. On the second page the date
formula prints "#Error".
The date formula I am using evaluates whether or not dates were entered on
an input form, if not, it prints the date range of the current month. THe
formula I am using in the page header is:
="Report Date: " & IIf(IsNull([Forms]![frmWhatDates]![txtStartDate]) And
IsNull([Forms]![frmWhatDates]![txtEndDate]),(DateSerial(Year(Date()),Month(Date()),1))
& " And " & Date(),[Forms]![frmWhatDates]![txtStartDate] & " - " &
[Forms]![frmWhatDates]![txtEndDate])
Any Ideas on where I am going wrong????
Thanks!