Hi -
Hope this won't be considered double-posting, however I've run into a weird situation in another post http://www.access-programmers.co.uk/forums/showthread.php?t=157053 which I'm afraid won't be noted.
When importing the OP's DB, then creating a query which lists weekday of particular dates, it appears that Saturday is treated as the First Day of Week (1). Can't find anything in the DB that saves this info, however, listing dates and format([AttendanceDate], "dddd") erroneously shows a date that's actually Wednesday as Tuesday.
Thought it might be in the DB itself, so imported the tables/query to a new DB. Same problem. Yet, if in the immediate window I enter:
? format(date(), "dddd mm/dd/yyyy")
Thursday 09/25/2008
...it returns the correct info, so it's not a computer problem.
I'm lost. Any thoughts?
Bob
Hope this won't be considered double-posting, however I've run into a weird situation in another post http://www.access-programmers.co.uk/forums/showthread.php?t=157053 which I'm afraid won't be noted.
When importing the OP's DB, then creating a query which lists weekday of particular dates, it appears that Saturday is treated as the First Day of Week (1). Can't find anything in the DB that saves this info, however, listing dates and format([AttendanceDate], "dddd") erroneously shows a date that's actually Wednesday as Tuesday.
Thought it might be in the DB itself, so imported the tables/query to a new DB. Same problem. Yet, if in the immediate window I enter:
? format(date(), "dddd mm/dd/yyyy")
Thursday 09/25/2008
...it returns the correct info, so it's not a computer problem.
I'm lost. Any thoughts?
Bob
Last edited: