G
Garrett
Hello!
I have a database created with Access2000 tracking
employee vacation data.
In this, there is a supervisor table (SuperTbl) tracking
SuperID(primary key), SuperNm, and SuperEmail. This is
linked to a query (SuperQry) and a report (SuperRpt).
I need to send reports to each supervisor, which means
sending out 20 reports. I'm trying to avoid using a report
for each supervisor, and I was wondering if it were
possible to use a macro to send the super report to each
supervisor in the SuperTbl.
Basically what I want to do is Send SuperRpt to SuperEmail
where Super="Jeff".
This would send Jeff's report to Jeff's email, and then go
on to the next supervisor, doing the same thing for each.
Thank you in advance!
I have a database created with Access2000 tracking
employee vacation data.
In this, there is a supervisor table (SuperTbl) tracking
SuperID(primary key), SuperNm, and SuperEmail. This is
linked to a query (SuperQry) and a report (SuperRpt).
I need to send reports to each supervisor, which means
sending out 20 reports. I'm trying to avoid using a report
for each supervisor, and I was wondering if it were
possible to use a macro to send the super report to each
supervisor in the SuperTbl.
Basically what I want to do is Send SuperRpt to SuperEmail
where Super="Jeff".
This would send Jeff's report to Jeff's email, and then go
on to the next supervisor, doing the same thing for each.
Thank you in advance!