Hi All,
I have a query (Query1) that returns (amongst other things) the day of the week of a particular date ([Query1.DayNumber]):
=Format([Shipdate],"w")
I want to join this query to my Weekday table on [Weekdays.DayNumber] = [Query1.DayNumber] but it seems the result of Query1 is not a number as I get a type mismatch error. How do I convert this in access (again, easy is SQL but...)
Thanks,
Jason
I have a query (Query1) that returns (amongst other things) the day of the week of a particular date ([Query1.DayNumber]):
=Format([Shipdate],"w")
I want to join this query to my Weekday table on [Weekdays.DayNumber] = [Query1.DayNumber] but it seems the result of Query1 is not a number as I get a type mismatch error. How do I convert this in access (again, easy is SQL but...)
Thanks,
Jason