K
Ken
I have two tables. tblLarge has 2000 records and tblSmall
has 49 records. Both have the same fields -- Name,
PlayerNum, and Score. tblSmall has the Names filled and
tblLarge doesn't. How can I easily fill the names from
tblSmall into tblLarge?
There is no PlayerNum in tblSmall that is not also in
tblLarge. Although in tblSmall the PlayerNum appears only
once while in tblLarge the PlayerNum field is not unique.
Sounds simple but it beats me!
Thank you.
has 49 records. Both have the same fields -- Name,
PlayerNum, and Score. tblSmall has the Names filled and
tblLarge doesn't. How can I easily fill the names from
tblSmall into tblLarge?
There is no PlayerNum in tblSmall that is not also in
tblLarge. Although in tblSmall the PlayerNum appears only
once while in tblLarge the PlayerNum field is not unique.
Sounds simple but it beats me!
Thank you.