email report for each record in recordset

alcifer

Registered User.
Local time
Today, 17:13
Joined
Jan 7, 2002
Messages
14
Good day,
I have a pretty good idea how to do this but I am having some problems with the nitty gritty stuff.

I have a query that sorts out which records I want to email.
I have a report that is tied to the query.
As it stands now, the report shows all of the records based on this query. What I would like to do is send a seperate email for each record.
Don't have a lot of experience with reports and would need some assistance as to where to put the code to piece this together.
I'm thinking something along the lines of
Do until rs.EOF
<<sendobject...>>
loop
but I'm not sure..
Many thanks, Al
 
Looks like I posted this to forms by accident...sorry...Al
 

Users who are viewing this thread

Back
Top Bottom