J
josh
Background for Q: What I am building is form that will allow a user to
select email addresses (filtered by department) from a listbox and add
them to some sort of list (not sure how the list will be implemented
yet). These email addresses will be used for an automated email
notification system when certain events occur.
Users will be able to add themselves and others for these
notifications. There will be a number of notifications that they can
sign up for as well. There will hundreds and maybe even thousands of
these notifications over the course of a 6 month period.
I'm trying to architect a solution for holding these addresses for each
notification. One option is a normalized structure but that seems
over-built. Another option is to store the selected addresses in a
memo field, but that seems nasty/messy and could cause the database to
get huge.
Q: Anyone have a better idea of how to accomplish the task at hand?
Thanks for your time,
Josh Blair
Evergreen, CO
select email addresses (filtered by department) from a listbox and add
them to some sort of list (not sure how the list will be implemented
yet). These email addresses will be used for an automated email
notification system when certain events occur.
Users will be able to add themselves and others for these
notifications. There will be a number of notifications that they can
sign up for as well. There will hundreds and maybe even thousands of
these notifications over the course of a 6 month period.
I'm trying to architect a solution for holding these addresses for each
notification. One option is a normalized structure but that seems
over-built. Another option is to store the selected addresses in a
memo field, but that seems nasty/messy and could cause the database to
get huge.
Q: Anyone have a better idea of how to accomplish the task at hand?
Thanks for your time,
Josh Blair
Evergreen, CO