GooGoocluster
Technical User
I have a subform in data view that displays a list of filtered records based on user criteria. I want to make a command button that emails these results to who ever they choose. I know to start with the send object to email. But I don’t know how to get the filtered results into the body of an email or even saved as an attachment.
The forms record source is base off of a sql string but then it has filters that narrow down the search.
Do I use some sort of querydef to get results into a temp table or is there a ways to just get the form results and paste them in a email if you will.
Thanks in advance
The forms record source is base off of a sql string but then it has filters that narrow down the search.
Do I use some sort of querydef to get results into a temp table or is there a ways to just get the form results and paste them in a email if you will.
Thanks in advance