Hi,
I have 2 tables and I want to update Table_2 with fields from Table_1.
Table_1 has the following fields
Client_Nr
Name
Address
City
Table_2 has the following fields
Client_Nr
Name
Address
City
Table_2 has records where the Name, Address and City fields are empty.
Client_Nr is filled in both tables.
What is the easiest way:
- to update the records in Table_2 where Name, Address and City are Nill?
- to update all records?
Thanks,
Greg
I have 2 tables and I want to update Table_2 with fields from Table_1.
Table_1 has the following fields
Client_Nr
Name
Address
City
Table_2 has the following fields
Client_Nr
Name
Address
City
Table_2 has records where the Name, Address and City fields are empty.
Client_Nr is filled in both tables.
What is the easiest way:
- to update the records in Table_2 where Name, Address and City are Nill?
- to update all records?
Thanks,
Greg