I have this code that works except that it generates an email with everyone's name that are in the table. What I need, is to adapt the code so it would send an email to the names that are in the opened report using an action button.
The code is:
Private Sub Generate_Email_Click()
Dim rst As...