Funkyaccess
Registered User.
- Local time
- Yesterday, 22:37
- Joined
- Oct 8, 2009
- Messages
- 69
I have a report which formats a value for me but its not doing quiet what I need it to.
This is its control source:
Which return for eg. 41
I need to return the Mondays and Fridays date of week 41.
Is there another way I can change the weeks to work either with financial years or annual years.
This is its control source:
Code:
=format$([tblColumn],'ww',0,0)
Which return for eg. 41
I need to return the Mondays and Fridays date of week 41.
Is there another way I can change the weeks to work either with financial years or annual years.