Re: Double RS
Hi Guys
I need to find out how to have 2 recordsets
as an example:
I have a function that needs to get info from 1 table and send it via email to everyone in another table....
Would I have
I've never had 2 recordsets before so not sure how to handle it.....am I going about it the wrong way?
I've done some searches but havent found anything yet
Hi Guys
I need to find out how to have 2 recordsets
as an example:
I have a function that needs to get info from 1 table and send it via email to everyone in another table....
Would I have
Code:
rstContact = db.openrecordset("qryContacts") and another called rstPermits = db.openrecordset("qryExpiringPermits")
I've never had 2 recordsets before so not sure how to handle it.....am I going about it the wrong way?
I've done some searches but havent found anything yet