The team table has firstName1, lastName1, firstName2, lastName2 in it.
I didnt mention the 2nd team member for fear of diluting the question. Heres the full problem;
I took over for a job and the team table used member names instead of member id's. Also, the members table was added a year ago while the teams table has been in use for 4 years. Records are important so I need to split the team by member and then see if they are in the members table. If not, then add them.
So my thoughts are create a query to compare team member 1 (team table) to members (member table) to see if they exist as a member.
After I do team member 1, Ill then check team member 2.