Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loop thru a table to retreive criteria to run report

Status
Not open for further replies.

margaretLea

Programmer
Jul 25, 2011
1
US
Hi, Here's my question...

tblSupervisor - contains supervisors that will receive the report via email...

rptSupVacReport - report with dataSource = qryCompileVacRpt

qryCompileVacRpt - based on 2 tables with Vacation information used in the report

frmVacReport - form with button that runs code to run the report

Problem - I want to loop thru the tblSupervisor and print the report for each record in that table... I'll then send the report from access to their email...

Can you help, thanks, Maggie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top