I'm not even sure what to call this problem...
I have a form, that I've set up to do an email function. There are text boxes for [To:], [Subject:], [Body], and [Attachment:]. I am running a query that pulls names, emails, and dates pertaining to vaccinations. The query shows who's vaccinations expire during a user entered date range.
I would like the To: field on my email form to automatically populate (when the form is opened) with the emails from the query. For example, the emails need to be in a comma separated list for mass emailing... name@domain.com, name@domain.com, name@domain.com, etc...
I'm not sure what to put in the control source for the [To:] text box so that it will pull the email once from all returned records from the query.
Any ideas?
I have a form, that I've set up to do an email function. There are text boxes for [To:], [Subject:], [Body], and [Attachment:]. I am running a query that pulls names, emails, and dates pertaining to vaccinations. The query shows who's vaccinations expire during a user entered date range.
I would like the To: field on my email form to automatically populate (when the form is opened) with the emails from the query. For example, the emails need to be in a comma separated list for mass emailing... name@domain.com, name@domain.com, name@domain.com, etc...
I'm not sure what to put in the control source for the [To:] text box so that it will pull the email once from all returned records from the query.
Any ideas?