I have a table with 2 columns - email_group_id(integer) and email_group(long text), where email is a string of emails.
I have a saved query that selects from the table, and I open a recordset in VBA with the saved query, and assign a variable "Em" (dim as string) with the email field.
When...