simon4amiee
Registered User.
- Local time
- Today, 05:50
- Joined
- Jan 3, 2007
- Messages
- 109
Hi guys again,
I use the following criteria which returns the correct Fiscal Year (eg: 2015)
FYear: Year([ReferalDate])-IIf([ReferalDate]<DateSerial(Year([ReferalDate]),6,1),1,0)
What I'd like is for it to return 2015/2016 so I assuming somewhere in the above criteria I add a +1 also with &"/"& but just not sure where. Any ideas?
I use the following criteria which returns the correct Fiscal Year (eg: 2015)
FYear: Year([ReferalDate])-IIf([ReferalDate]<DateSerial(Year([ReferalDate]),6,1),1,0)
What I'd like is for it to return 2015/2016 so I assuming somewhere in the above criteria I add a +1 also with &"/"& but just not sure where. Any ideas?