Me again... 
In my form I have a button users can click to email a set group of people when a record has been updated. I would like to attach a snapshot file of the report based from this form (or table). However, when I attach the snapshot, it shows all the records in the table. I would like for it to just show the record that was updated. How can I do this? My "doCmd" is:
DoCmd.SendObject acSendReport, "rptIssues", "Snapshot Format (*.snp)", EmailRecipients, , , subject, bodytext, True
I'm sure I need additional code to set the criteria but I'm not sure what.
Thanks in advance!
Elizabeth
In my form I have a button users can click to email a set group of people when a record has been updated. I would like to attach a snapshot file of the report based from this form (or table). However, when I attach the snapshot, it shows all the records in the table. I would like for it to just show the record that was updated. How can I do this? My "doCmd" is:
DoCmd.SendObject acSendReport, "rptIssues", "Snapshot Format (*.snp)", EmailRecipients, , , subject, bodytext, True
I'm sure I need additional code to set the criteria but I'm not sure what.
Thanks in advance!
Elizabeth