If EventType is media then form opens re media sent
If EventType is meeting then form opens re meeting and media left
For either event you need the tblCompanyEventMedia to record what "stuff" was sent or left related to the event. What the "stuff" is, I'll leave to you. You would list the "stuff" in the tblMediaTypes, but feel free to rename the table to something more appropriate to your needs The "media" event would just be another choice of events you would see in the dropdown box (that you get from the event types table). I would still recommend adding the additional fields to the tblEvents for the description and notes. You can hide the controls on the form if the event is not a meeting.