G
Guest
I have a report that based on the current month I want the field "Day30" to
be visible or not so I tried the following code:
If (Month(Date())) = 11 Then
[Day30] = not visible
Else [Day30] = visible
I did this simple so I could see if it works but it defaults (Month(Date()))
to
(Month(Date)) and then I get a compiling error.
How do I get it to look at the current date/month to be able to compare my
criteria against?
Any help would be greatly appreciated!!
Thanks.
be visible or not so I tried the following code:
If (Month(Date())) = 11 Then
[Day30] = not visible
Else [Day30] = visible
I did this simple so I could see if it works but it defaults (Month(Date()))
to
(Month(Date)) and then I get a compiling error.
How do I get it to look at the current date/month to be able to compare my
criteria against?
Any help would be greatly appreciated!!
Thanks.