K
kcrad
I'm trying to extract data from any given week in a query. I have data
categorized according to dd/mm/yyyy.
As a start, I'm simply trying to build an expression that will extract the
data from the current week.
DatePart("ww","Date")=DatePart("ww",Date()) - where "Date" is the name of
the coulmn in my query.
If I use this expression as criteria for a query column it should return
only data that was entered in current week, right? Something is wrong though
- I get a data mismatch error when I run the query. Can anyone see my error?
I'm sure it's something simple.
categorized according to dd/mm/yyyy.
As a start, I'm simply trying to build an expression that will extract the
data from the current week.
DatePart("ww","Date")=DatePart("ww",Date()) - where "Date" is the name of
the coulmn in my query.
If I use this expression as criteria for a query column it should return
only data that was entered in current week, right? Something is wrong though
- I get a data mismatch error when I run the query. Can anyone see my error?
I'm sure it's something simple.