Start Date within last 12 months

B

Bruum

Hi there

Can someone help with date query. I need to bring up only staff members
with a start date within the last 12 months. This is then grouped into
quarters to display winning Rookie of the quarter.

Added complication is that if the staff member started in say August 2005,
they would not qualify for the July-September quarter, as they would be over
12 months in that period, so they would fall off the graph at the end of the
March-June quarter.

I have an existing query with the old criteria for "StartDate" being
 
B

Bruum

Thank you Ofer and Douglas for your very prompt reply. Both worked fine, and
can now sleep at night :)

Ofer Cohen said:
Try

Where [start date] Between DateAdd("m",-12,Date()) And Date()

--
Good Luck
BS"D


Bruum said:
Hi there

Can someone help with date query. I need to bring up only staff members
with a start date within the last 12 months. This is then grouped into
quarters to display winning Rookie of the quarter.

Added complication is that if the staff member started in say August 2005,
they would not qualify for the July-September quarter, as they would be over
12 months in that period, so they would fall off the graph at the end of the
March-June quarter.

I have an existing query with the old criteria for "StartDate" being
 

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