mitchem1
Registered User.
- Local time
- , 21:23
- Joined
- Feb 21, 2002
- Messages
- 153
If Month(Date) > 6 Then
FiscalYear.Value = Year(Date)
Else
FiscalYear.Value = Year(Date) + 1
End If
Since Month(Date) = 7, I was hoping this would return 2011, but it returns 2010. The + 1 must not work?? Thanks for any help.
FiscalYear.Value = Year(Date)
Else
FiscalYear.Value = Year(Date) + 1
End If
Since Month(Date) = 7, I was hoping this would return 2011, but it returns 2010. The + 1 must not work?? Thanks for any help.