S
sparkle
Hi- I'm very stuck with an update query I'm attempting to do. I'm ne
and don't know all the possibilities or even if this is the route
should take. I have to get this project done in a few days and nee
some direction.
I have two tables, one called Main and one called Keys. I'm listing th
columns below;
Main- has 646 rows
LastName
FirstName
KeyNum
Keys- has 943 rows
EmpNum
LastName
KeyCombo
I want to get the KeyNum field data from the Main table to go into th
KeyCombo field in the Keys table, matching an employee last name t
their KeyNum
I'm stuck on where to join the two tables. I would think I could us
LastName with an innerjoin, but I only get 19 matches There are mor
than 500 matching last names, I'm sure. Is this because I have mor
rows in one table than the other?
I have also tried paring down the tables, renaming the columns an
doing a union query, with no luck.
Please give any suggestions as to what I should try next. Your help i
greatly appreciated
and don't know all the possibilities or even if this is the route
should take. I have to get this project done in a few days and nee
some direction.
I have two tables, one called Main and one called Keys. I'm listing th
columns below;
Main- has 646 rows
LastName
FirstName
KeyNum
Keys- has 943 rows
EmpNum
LastName
KeyCombo
I want to get the KeyNum field data from the Main table to go into th
KeyCombo field in the Keys table, matching an employee last name t
their KeyNum
I'm stuck on where to join the two tables. I would think I could us
LastName with an innerjoin, but I only get 19 matches There are mor
than 500 matching last names, I'm sure. Is this because I have mor
rows in one table than the other?
I have also tried paring down the tables, renaming the columns an
doing a union query, with no luck.
Please give any suggestions as to what I should try next. Your help i
greatly appreciated