So I'm trying to compare some days of the week. Basically I have a table that has a field called "DayRan" and this contains a day of the week monday, tuesday etc. Then what I'm trying to do is compare it in a query against todays date using Date() formatted as "dddd" so that I can see what runs today but it does not work. If I get the query just to display the results without comparing anything it will happily show the data but when I try to compare it doesn't display anything. Only thing I can think of is that it's strangely formatted from using Date()?
I have also tried doing this by changing instead doing "DayRan" as a number 0 = sunday, 1 = monday etc. and then instead comparing it to Weekday(date) and this also did not work
Any help appreciated. Thanks.
I have also tried doing this by changing instead doing "DayRan" as a number 0 = sunday, 1 = monday etc. and then instead comparing it to Weekday(date) and this also did not work

Any help appreciated. Thanks.