colmtourque
Registered User.
- Local time
- Today, 18:42
- Joined
- Sep 26, 2002
- Messages
- 83
I have a form that has numeric values for Days as this
0=Everyday
2-6 Mon-Fri respectivly
8-M, W, F
9-T,Th
The Combo Box is done off a query that has the numbers tied to the days but when you select it returns the numeric value
While that is actually what I want I want the Names of the Days to be shown in the Form view i.e. Monday for 2 etc...
How is this done, I tried and iif statement but all it returns is error and I tried to format it FORMAT([weekday],"dddd") that did not work either.
0=Everyday
2-6 Mon-Fri respectivly
8-M, W, F
9-T,Th
The Combo Box is done off a query that has the numbers tied to the days but when you select it returns the numeric value
While that is actually what I want I want the Names of the Days to be shown in the Form view i.e. Monday for 2 etc...
How is this done, I tried and iif statement but all it returns is error and I tried to format it FORMAT([weekday],"dddd") that did not work either.