Repeated Calls to a Report

A

Alasdair

I want to use a list of recipients selected within a form
to call a single report repeatedly for each selected
recipient.

I can't see how to access the contents of the form one
record at a time to pass the criteria to the report (via
it's underlying query) !

Any help appreciated !

Regards,

Alasdair
 
R

Roger Carlson

On my website is a small sample database called "CreateQueries2.mdb". One
of the examples there shows how to create the query behind a report based on
a multi-select listbox on a form. Maybe it will give you some ideas.
 
G

Gary Miller

Alasdair,

You haven't given us much on how the list is being selected,
but you can roll through the records with a loop using the
RecordsetClone of the form and do a OpenReport for each that
is flagged within the loop. You could also use the same
approach with a multiselect listbox of the recipients.

--

Gary Miller
Gary Miller Computer Services
Sisters, OR
________________________
 

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