mikelawrence
Programmer
I would really appreciate advice on how to update a field in a table with a field from a 2nd table
In essence table1 and table2 have the same 2 fields - PIN and CardNbr. Both tables have PIN in so i can join the 2 tables on this field but only table1 has CardNbr in completely, how do i update CardNbr in table2 with the value of CardNbr in Table1 where CardNbr in table2 is null?
Thanks
Mike
In essence table1 and table2 have the same 2 fields - PIN and CardNbr. Both tables have PIN in so i can join the 2 tables on this field but only table1 has CardNbr in completely, how do i update CardNbr in table2 with the value of CardNbr in Table1 where CardNbr in table2 is null?
Thanks
Mike