A
Ashley
Date By Week: DatePart("ww",[tblName].[Date]) in my field.
I want the query to get records 10 weeks prior to today.
Between Date() And DateAdd("ww",-10,Date()) in my Criteria.
After I ran the query, no records show up.
Please help!
Thanks
I want the query to get records 10 weeks prior to today.
Between Date() And DateAdd("ww",-10,Date()) in my Criteria.
After I ran the query, no records show up.
Please help!
Thanks