Hi,
Since the new year has started i am dealing with this problem:
to filter records from the last 4 weeks i use this formule:
Format(Date();"yyyyww")-1 Or Format(Date();"yyyyww")-2 Or Format(Date();"yyyyww")-3 Or Format(Date();"yyyyww")-4
the problem is in week 2 of the new year this function won't include record from the last 2 weeks of the previous year.
does anybody knows a solution for this problem?
klaas
Since the new year has started i am dealing with this problem:
to filter records from the last 4 weeks i use this formule:
Format(Date();"yyyyww")-1 Or Format(Date();"yyyyww")-2 Or Format(Date();"yyyyww")-3 Or Format(Date();"yyyyww")-4
the problem is in week 2 of the new year this function won't include record from the last 2 weeks of the previous year.
does anybody knows a solution for this problem?
klaas