I have this table containing all my e-mail recipients. E_MAIL_ADDRESSES
Created two separate Queries: To and Cc (which depend on form selection).
I want to simply concatenate all E_MAIL rows in E_MAIL_TO query and the same for E_MAIL_CC query.
Please help ir I'm gonna be fired!
e.g
E_MAIL
dan@1
dan@2
dan@3
should become dan@1; dan@2; dan@3
TY in advance