armstrong722
Technical User
Hi,
I have two tables one is team-assignment it consists of
teamid playerid year. This table was started when I originally setup the database. I have another table called Index_player. The index-player has been getting updated as I receive new registrations. Everything is ok so far. Now I needed a list of who needs to tryout this is done comparing the index-player table (the league they signed up for) and the team assignment table (the team and league they were in last year) My forms don't update the team assignment table. I need to add the playerid from the Index-player table to the team assignment table and assign fill in the number 57 for teamid and year which mean
new player in the teams table.
I can't figure out how to build an update query for the team-assignment table. I can't figure out the syntax for comparing the playerid's that don't appear in the team-assignment table but do appear in the player-index table.
I then want to add these playerid numbers to the team-assignment table and 57 in the other two fields.
I'm under the gun here. Volunteer for a little league baseball organization and first time user. Try and be specific because I'm the idiot who came along when they idiot proofed the last gizmo.
thanks
armstrong
I have two tables one is team-assignment it consists of
teamid playerid year. This table was started when I originally setup the database. I have another table called Index_player. The index-player has been getting updated as I receive new registrations. Everything is ok so far. Now I needed a list of who needs to tryout this is done comparing the index-player table (the league they signed up for) and the team assignment table (the team and league they were in last year) My forms don't update the team assignment table. I need to add the playerid from the Index-player table to the team assignment table and assign fill in the number 57 for teamid and year which mean
new player in the teams table.
I can't figure out how to build an update query for the team-assignment table. I can't figure out the syntax for comparing the playerid's that don't appear in the team-assignment table but do appear in the player-index table.
I then want to add these playerid numbers to the team-assignment table and 57 in the other two fields.
I'm under the gun here. Volunteer for a little league baseball organization and first time user. Try and be specific because I'm the idiot who came along when they idiot proofed the last gizmo.
thanks
armstrong