ChristopherL
Registered User.
- Local time
- Today, 08:30
- Joined
- Jul 2, 2013
- Messages
- 90
Hi there!
I am having some trouble with a weekday function or something else that might help me pick a proper date as a parameter.
I want to build a function that picks yesterdays date if it's tuesday-friday, but on mondays I want it to pick the date from friday.
OR if this might be possible? (sorry I am quite a rookie at ms access)
Just pick the highest date and only use values from that date?
So what I want:
tuesday-friday = date()-1
monday = date()-3
or pick latest date reported!
Thank you for reading
!
I am having some trouble with a weekday function or something else that might help me pick a proper date as a parameter.
I want to build a function that picks yesterdays date if it's tuesday-friday, but on mondays I want it to pick the date from friday.
OR if this might be possible? (sorry I am quite a rookie at ms access)
Just pick the highest date and only use values from that date?
So what I want:
tuesday-friday = date()-1
monday = date()-3
or pick latest date reported!
Thank you for reading