I am trying to populate a query that uses the dates within the current week from 2 different coulmns. The code I am using is below:
DatePart("ww", [Date Bid Sent]) = DatePart("ww", Date()) and Year([Date Bid Sent]) = Year(Date())
I want to also query, on the same query, Jobs started [Start Date] during the same week. I have tried several different things to no avail.
DatePart("ww", [Date Bid Sent]) = DatePart("ww", Date()) and Year([Date Bid Sent]) = Year(Date())
I want to also query, on the same query, Jobs started [Start Date] during the same week. I have tried several different things to no avail.