i read about weekdayname issues here http://www.access-programmers.co.uk/forums/showthread.php?t=233212.
And this solution works if i set first day of the week to sunday. Now i don't want to do that as we start weeks on monday and I guess most comps have it set like that. Now if I'd be sure that all comps have it like that I could play with adding vbmonday to each day.
But what if the settings differ between comps? what can be done that.
Anyway it sounds really weird that the function like that that should be a constant delievers such weird result. Is there a better way to return day of the week
I'm using this
And this solution works if i set first day of the week to sunday. Now i don't want to do that as we start weeks on monday and I guess most comps have it set like that. Now if I'd be sure that all comps have it like that I could play with adding vbmonday to each day.
But what if the settings differ between comps? what can be done that.
Anyway it sounds really weird that the function like that that should be a constant delievers such weird result. Is there a better way to return day of the week
I'm using this
Code:
dan = WeekdayName(Weekday(Date, vbMonday))