Hi Everyone,
I am fairly new to working with Access and I am having a bit of an issue. I have a database that tracks events. Each event has a team, but the team assignment changes with each event so I can not make a table with the team membership and just assign THAT team to an event. I have a table (tbl_TAVS) that keeps all the records of the events. The primary key is the TAV ID. I have a second table (tbl_TAV TEAM) that keeps track of the team members assigned. The TAV ID in used to link the TEAM back to the event. I have included a screen shot so you can see what I have done. As you can see, there is information for two TAVs (80 & 67). Some of the members show up in both or even twice in one but under a different position. First, I would like to ensure that I have it set up in the proper manner. Second, I would like to know how I can make an input form that will let me input all the members and their position (between 1 -10) and associate them with the same TAV ID at one time. So if I have a form, I input the names in individual boxes, and hit next and they are all placed into tbl_TAV TEAM with the right TAV ID. Oh, I hope this makes sense.