Send Reports

D

D

Hi:

What would be the easiest/fastest way to send a report to a specific ID; it
is the same report but with different content for each ID; the base query
behind the report would be:

select id, issue_desc, issue_cd from [issue_table] where issue_cd="N"

So, ideally the report will go to the all ID(s) where issue_cd is N, when a
button is clicked?

Thanks,

Dan
 
Top