My database has two forms and two views, each form corresponds to a view; (1)frmMessage contains two fields "subject" and "body" and uses vwMessage, (2) frmSelectedEmail contains four fields, "name", "email address", "city", "state" uses vwSelectedEmail.
When I delete record 1 from vwMessage it also deletes record 1 from vwSelectedEmail - I only want the record from vwMessage to delete. Since the information in the vwMessage is not related to the information in vwSelected Email, should I be creating two completely different databases, one database that holds the various email messages, and the other database that holds the users that are to receive the messages. Is my problem that I am combining two completely different types of information into one database?
cramd
When I delete record 1 from vwMessage it also deletes record 1 from vwSelectedEmail - I only want the record from vwMessage to delete. Since the information in the vwMessage is not related to the information in vwSelected Email, should I be creating two completely different databases, one database that holds the various email messages, and the other database that holds the users that are to receive the messages. Is my problem that I am combining two completely different types of information into one database?
cramd