Hi I am trying to create a lable for a report showing the current week but I cannot seem to get it right.
I have found this on Microsoft but it has the field [Salesdate]. As my lable isn't based on anything I cannot seem to get it to work
Year([SalesDate])* 53 + DatePart("ww", [SalesDate]) = Year(Date())* 53 + DatePart("ww", Date()) - 1
Thanks
I have found this on Microsoft but it has the field [Salesdate]. As my lable isn't based on anything I cannot seem to get it to work
Year([SalesDate])* 53 + DatePart("ww", [SalesDate]) = Year(Date())* 53 + DatePart("ww", Date()) - 1
Thanks