Here is an easy question, hope I don't affend you.
I have a table = tblPersonalRecords
that has a field "SSN"
Have another table ( tmpTable )that I imported that has "EmployeeID" and "SSN"
The tblPersonalRecords has the EmployeeID field added now I need to import the Employee ID's to the tblPersonalRecords table.
I can't seem to figure the Update statement to update the tblPersonalRecords table.
Thanks,
Mike Diaz...
I have a table = tblPersonalRecords
that has a field "SSN"
Have another table ( tmpTable )that I imported that has "EmployeeID" and "SSN"
The tblPersonalRecords has the EmployeeID field added now I need to import the Employee ID's to the tblPersonalRecords table.
I can't seem to figure the Update statement to update the tblPersonalRecords table.
Thanks,
Mike Diaz...