Hi,
I have a straight forward table with a field called DATE. I run a query on that table so that I can create a Report selecting data between 2 dates.
What I want to do now is to create a new field in the query that displays the actual day of the week (Monday, Tuesday etc). I have tried mucking about with the Weekday function but cannot get it work.
Any help would be appreciated
Thank you
David
PS - OK I found a way using WeekdayName(Weekday([Date])). However the problem now is that it appears to be one day out. eg 30/05/08 shows Saturday when it should be Friday
I have a straight forward table with a field called DATE. I run a query on that table so that I can create a Report selecting data between 2 dates.
What I want to do now is to create a new field in the query that displays the actual day of the week (Monday, Tuesday etc). I have tried mucking about with the Weekday function but cannot get it work.
Any help would be appreciated
Thank you
David
PS - OK I found a way using WeekdayName(Weekday([Date])). However the problem now is that it appears to be one day out. eg 30/05/08 shows Saturday when it should be Friday
Last edited: