Mail merge using a date range

J

Jeffh

I have a need to merge multiple records from Access 2002 into a Word 2002
document. I am currently using Albert Kallal's cool utility to merge either
one or all records. I would like to know whether the code could somehow be
modified to include the ability to merge records based on a date range. My
table currently has a date field using a default value of Date() to
automatically enter the date. I have a query written th at givees the desired
results,

Select * from tablename where [Date] between [Start Date] and [End Date]

the query works fine when I run it so I know I am getting the correct
results. How can I incorporate this into Mr. Kallal's utility? Or can I??
 

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