Query Question

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

I have produce a basic query from two table which sorts by an ascending
date

How do I make the query cut off those dates which are say six months in
advance of today

Regards

Andrew
 
I have produce a basic query from two table which sorts by an ascending
date

How do I make the query cut off those dates which are say six months in
advance of today

Regards

Andrew

Set criteria in query at DateField:
DateSerial(year;month;day)

You probably use the separator ","
 

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

Similar Threads


Back
Top