G
Guest
I have two tables. The tbl1 has [lastName], [firstName], [studNum]. The tbl2
has [lastName], [studNum]. I would like to write codes or make a query that
compares tbl2 to tbl1 by [lastName]. If there is a match, update
tbl2.[studNum] to tbl1.[studNum]
Can you help me to do that?
Thank you.
has [lastName], [studNum]. I would like to write codes or make a query that
compares tbl2 to tbl1 by [lastName]. If there is a match, update
tbl2.[studNum] to tbl1.[studNum]
Can you help me to do that?
Thank you.