getting records that are past date

P

patrick

Hi!!!

I've got another problem when it comes to gathering
records witch are, for example, 3 months are more from
today's current date.

Example:
in my table warranty, I want to get: The id,Vendor's name,
and warranty descriptions(warDesc) based on their
expiration field. Where ExpDate..... for example.

How can I write an SQL querry that checks the date
(ie.DateDiff in VBA) and then compares the dateDiff(in
months) to >3(ExpDate).

This querry would only return the records witch are 3
months are more to the current date. The records witch
ExpDate are under 3 months from curentDate, should'nt show
in my report.

Can anyone help..

Patrick...
 

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