save the report, then email via email.
put a list box on the form, this will cycle thru the names in the list,
create their report,
then send it from the email in the list.
'------------
Public Sub ScanAndEmail()
'------------
Dim vTo, vSubj, vBody, vRpt
Dim vFilePath
dim i as integer
vRpt =...