G
Guest
Hi
I have an App where a user can design a email message and add Attachments
and send to a list of email addresses they manually enter
into a grid- no problem all is working
I have to add functionality of Distribution list
so I need to maintain
1)list of emails
2)Groups that contain multiple emails addressses
I have a table design there I have 1 table which contains distribution list
and it points to 2nd table of email addresses. Distribution List ID=0 is
an email with no distribution list
This seems ok but now I have a mental block - I want to design a form
with a grid where I will have a dropdownlist in the grid row that will
display
any email with ID=0 and all the distribution list.
So when the user picks a email address it gets added but if they pick a
distribution list I need to get all the emails from that list
Am I making this over- complicated or is there an easier design I should use
Thanks
Drop Down List would look like:
(e-mail address removed)
(e-mail address removed)
Company ABC List
Company XYZ List
tab1
id list name
0 No List
1 Company ABC List
2 Company XYZ List
tab2
id email address
0 (e-mail address removed)
0 (e-mail address removed)
1 (e-mail address removed)
2 tom @companyxyz.com
I have an App where a user can design a email message and add Attachments
and send to a list of email addresses they manually enter
into a grid- no problem all is working
I have to add functionality of Distribution list
so I need to maintain
1)list of emails
2)Groups that contain multiple emails addressses
I have a table design there I have 1 table which contains distribution list
and it points to 2nd table of email addresses. Distribution List ID=0 is
an email with no distribution list
This seems ok but now I have a mental block - I want to design a form
with a grid where I will have a dropdownlist in the grid row that will
display
any email with ID=0 and all the distribution list.
So when the user picks a email address it gets added but if they pick a
distribution list I need to get all the emails from that list
Am I making this over- complicated or is there an easier design I should use
Thanks
Drop Down List would look like:
(e-mail address removed)
(e-mail address removed)
Company ABC List
Company XYZ List
tab1
id list name
0 No List
1 Company ABC List
2 Company XYZ List
tab2
id email address
0 (e-mail address removed)
0 (e-mail address removed)
1 (e-mail address removed)
2 tom @companyxyz.com