Hi all,
I am trying to apply a form filter on a continuous form on a reset button. When I save the form filter, it gives me the below.
(Year(tblAppointmentList.AppointmentDate)=Year(Date()) And DatePart("ww",tblAppointmentList.AppointmentDate,0)=DatePart("ww",Date(),0))
But when I apply this...