Right now my query is pulling all the records within the past week using:
Between Date() And Date()-6
How do I exclude the weekends? So it will include data for example from Thursday to Thursday but not including Saturday & Sunday.
Between Date() And Date()-6
How do I exclude the weekends? So it will include data for example from Thursday to Thursday but not including Saturday & Sunday.