Query Criteria

S

susan

what is the query criteria for pulling data from prior
month's records? does it involve the "less than"
character?
 
M

Mike Mueller

: what is the query criteria for pulling data from prior
: month's records? does it involve the "less than"
: character?

Here is what I use for field name in the query, and for
criteria you would use the number of the month, eg <6 would
be January to May, 6 would be June, etc

DatePart("m",[field_name])
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top