I have to tables. The first (A) table contain EmployeeNo, EmployeeFirstName, EmployeeLastName, EmployeeNationalty. The second table (B) with same fields but with deffernt values. Now I want to update the first table and take all values from Table B to Table A with keep old information in Table A.
Notes:
1- Table A contain All information for all Employee from EmployeeNo: 1 to EmployeeNo : 700.
2- Table A In field EmployeeNo contain Numbers from 1 to 1000. but another fields to 700.
3- Table B contain all Information for all fields from 701 to 1000.
Now I want copy all data to A. and I can link between A and B because the EmployeeNo is there in all tables.
Notes:
1- Table A contain All information for all Employee from EmployeeNo: 1 to EmployeeNo : 700.
2- Table A In field EmployeeNo contain Numbers from 1 to 1000. but another fields to 700.
3- Table B contain all Information for all fields from 701 to 1000.
Now I want copy all data to A. and I can link between A and B because the EmployeeNo is there in all tables.