I am designing a database to track election machine activities at different vote centers. I have a form (frmActivity) where the user enters Activity information for a specific machine at a specific location. There needs to be 2 different fields for 2 users to "sign off" on each activity...one Republican and one Democrat. I have a tblUsers table that includes UserID, Initials, First_Name, Last_Name and a Party (Republican or Democrat) field. The user fields on frmActivity need to be combo boxes that pull initials from tblUsers. I need to somehow relate tblUsers to tblActivity so there can be a report that pulls the First_name and Last_name. I'm not able to relate tblUsers directly to tblActivity because then I'm not able to use 2 different initials from tblUsers. Someone suggested I create another table tblUsersActivity with the fields UsersActivityID, UserID, ActivityID...but, I'm not sure how to relate this to tblUsers and tblActivity so that it will work correctly for the form. I attached a copy of the database. Does anyone have any suggestions on how I can get this to work properly? Any help would be greatly appreciated!
Thank You,
Shannon
Thank You,
Shannon