Hi,
Access VBA includes a WeekDayName function:
which returns Sunday to Saturday depending on the date parameter.
I've tried to use this in a JET SQL statment and it is not a vilid function.
Is there a JET function which will do the same thing and if so could someone please let me know the syntax.
Thanks in advance.
Leigh Moore
Solutions 4 MS Office Ltd
Access VBA includes a WeekDayName function:
Code:
WeekdayName(Weekday(dteDate))
I've tried to use this in a JET SQL statment and it is not a vilid function.
Is there a JET function which will do the same thing and if so could someone please let me know the syntax.
Thanks in advance.
Leigh Moore
Solutions 4 MS Office Ltd