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?
Yes, no problem first use the query builder to make a select query which selects are rows with Date < DateAdd("m",-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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.