Darrell Wootton
Registered User.
- Local time
- Today, 07:35
- Joined
- Feb 22, 2002
- Messages
- 14
Hi,
Pulling records from db to show course joining instructions, then merged into word.
I need help with query to show dates:
ie: Monday 21st August 2004
I can sort out everything except 21st, 4th, 2nd etc
StartDateDD = Format([StartDate],"DD") Already in Right Format
DateAbrev:IIf([StartDateDD]="01" Or "21" Or "31","st",(IIf ([DayCourseStartDate]="02" Or "22", "nd", etc etc etc))
Trying to get the right format but not quite there.
Thanks
Daz...
Pulling records from db to show course joining instructions, then merged into word.
I need help with query to show dates:
ie: Monday 21st August 2004
I can sort out everything except 21st, 4th, 2nd etc
StartDateDD = Format([StartDate],"DD") Already in Right Format
DateAbrev:IIf([StartDateDD]="01" Or "21" Or "31","st",(IIf ([DayCourseStartDate]="02" Or "22", "nd", etc etc etc))
Trying to get the right format but not quite there.
Thanks
Daz...