I have a "Users" table and in a new DB I am creating. I have two issues I an looking for suggestions/comments on. First I have various data entry forms that have or will have combo boxes for names of users that enter the data and I only what certain users available in the different forms/combo boxes, I am currently manually typing the users in each field property (Row Source).
Second I have several e-mail notification command buttons where the notification will be sent to various users, I am doing this by making "group" names in the Users table an in the email address I manually type all the addresses that will be in this "Group". I was thinking a better approach would to have a series of Yes/No check boxes to designate if the user is included in the combo box (look-up) or e-mail group (look-up), this sounds better to me but I'm fairly new to this level of DB design. Any suggestions/comment would be appreciated.
Thanks,
DCC
Second I have several e-mail notification command buttons where the notification will be sent to various users, I am doing this by making "group" names in the Users table an in the email address I manually type all the addresses that will be in this "Group". I was thinking a better approach would to have a series of Yes/No check boxes to designate if the user is included in the combo box (look-up) or e-mail group (look-up), this sounds better to me but I'm fairly new to this level of DB design. Any suggestions/comment would be appreciated.
Thanks,
DCC