I have a date field called DateOfAppointment. How can i write the criteria in the query wizard to show all the records that have a appointment on friday, thanks.
I have a date field called DateOfAppointment. How can i write the criteria in the query wizard to show all the records that have a appointment on friday, thanks.
datepart("w", [DateofAppointment])
criteria of the field = 6
(sunday = 1, saturday = 7)