getting last 6 months of data from todays date

A

Addy

Hello all people.

I am running into some problems with a query. Basically what I want to
pull out from a table are all contract dates that ended 6 months from
todays date. So in a nutshell I am filtering out 6 months of past data
from today.

How would I code my criteria in the query.

Here are the field names I am working with.

Description Contract End Location
---------------- -------------------- --------------
 
M

Marshall Barton

Addy said:
I am running into some problems with a query. Basically what I want to
pull out from a table are all contract dates that ended 6 months from
todays date. So in a nutshell I am filtering out 6 months of past data
from today.

How would I code my criteria in the query.

Here are the field names I am working with.

Description Contract End Location
---------------- -------------------- --------------


Just set the criteria for the contract end field to:
 

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