Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date Range

Status
Not open for further replies.

jstringer

Programmer
Nov 2, 2002
11
CN
I need to search through a date field in a record set and create a new temporary table containing all records that are more than 3 months old. Is there anyway I can do this using SQL?

Thanks

John
 
hi

Yes, no problem first use the query builder to make a select query which selects are rows with Date < DateAdd(&quot;m&quot;,-3,Date()), then use the meu option to convert this into an append query Regards

Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
UK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top