I am trying to setup a database that allows me to monitor company meetings and the interaction we have with our contacts.
I envision some of the following tables but cannot make them relate to one another.
Meeting (Meeting_Date, Meeting_Summary)
Contacts (Contact_Name, Contact_Address, etc.)
Attendees (Attendee_Name, Attendee_Adress, etc.)
File (File_Name, File_Type) (Files shown or used at the meeting)
I envision some of the following tables but cannot make them relate to one another.
Meeting (Meeting_Date, Meeting_Summary)
Contacts (Contact_Name, Contact_Address, etc.)
Attendees (Attendee_Name, Attendee_Adress, etc.)
File (File_Name, File_Type) (Files shown or used at the meeting)