June7
AWF VIP
- Local time
- Yesterday, 22:37
- Joined
- Mar 9, 2014
- Messages
- 5,922
And if you want to calculate a text label for each row, consider:
IIf([in_mon]=-1,"M","") & IIf([in_tue]=-1,"T","") & IIf([in_wed]=-1,"W","") & IIf([in_thursday]=-1,"Th","") & IIf([in_fr]=-1,"F","") AS Days
This expression would be repeated in the GROUP BY clause.
@MarkK, How did you get the "Copy to clipboard" button in formatted text?
IIf([in_mon]=-1,"M","") & IIf([in_tue]=-1,"T","") & IIf([in_wed]=-1,"W","") & IIf([in_thursday]=-1,"Th","") & IIf([in_fr]=-1,"F","") AS Days
This expression would be repeated in the GROUP BY clause.
@MarkK, How did you get the "Copy to clipboard" button in formatted text?