R
Raymond Geering
Hello
I'm running Access XP (German) along MSDE on an english Win2k server
and I seem to have a problem with the DATEFIRST.
The query SELECT @@DATEFIRST AS 'FirstWeekday' returns 7
in my SQL (MSDE) environment.
But the same query returns 1 in my Access project (adp).
The interesting thing is that it always returns 1, even if I use the
SET DATEFIRST command on my SQL server to set it e.g.
to 2, 5 or whatever.
So how can I tell my access to use sunday as the first day of
week instead of monday?
It's even more interesting that the weekday() function within a
mdb file will return 7 which is correct.
I checked google and noticed that somebody had a similiar problem
with a danish Access version. But I didn't find a solution there.
Hope somebody can help me in this matter.
/Ray
I'm running Access XP (German) along MSDE on an english Win2k server
and I seem to have a problem with the DATEFIRST.
The query SELECT @@DATEFIRST AS 'FirstWeekday' returns 7
in my SQL (MSDE) environment.
But the same query returns 1 in my Access project (adp).
The interesting thing is that it always returns 1, even if I use the
SET DATEFIRST command on my SQL server to set it e.g.
to 2, 5 or whatever.
So how can I tell my access to use sunday as the first day of
week instead of monday?
It's even more interesting that the weekday() function within a
mdb file will return 7 which is correct.
I checked google and noticed that somebody had a similiar problem
with a danish Access version. But I didn't find a solution there.
Hope somebody can help me in this matter.
/Ray