Don't know, but it may well be that the REPORT is not the way to handle this
chore. We track our public radio station donors by their "pledge date" and
add 12 months to have a field for "renewal date. " When I run the query,
looking for a renewal date, I can then produce a report--grouped by ID,
which I then print out and put in the US Mail. Works great...but now we are
getting listeners who want us to only use email. Not sure how best to handle
in Access.
This might be a little tricky, as you'll need to generate a snapshot file (or
other type of file, depending on how you decided to go) for each listener.
You'll need to add a field to the "Listener's" records to identify their
preference for receiving notices (if you haven't already) and two versions of
the report's recordsource query for the report, each to filter records based on
their preference (in all other respects, the queries would be identical to the
existing one). If you are opening/running your reports from a form, you can
assign the report's recordsource query in the *report's* "OnOpen" event
procedure according to a selection made on that form (option group?).