Gasman
Enthusiastic Amateur
- Local time
- Today, 06:35
- Joined
- Sep 21, 2011
- Messages
- 15,675
Use a multi select listbox instead.Thx Arnelgp, the code is working perfect
Just run in a bit head scratching on the AmendmentDetails subform in the control EmailCC. Sometimes one needs to add more than one CC email. So if needed I want to select more then one email address in the EmailCC (combo box control). Like in Outlook where one can add multiple email address in CC.
EmailCC Control proprties below
Control Source is Email
Row Source is SELECT Email FROM tblInsContactDetails ORDER BY Email;
Row Source Type is Table/Query
Bound Column: 1
Limited to List: No
As currently I can only select one email address.