I'm trying to update one table with certain while another table holds the
records that the first table needs to find a specific record
Table A
ID
SSN
CreditNumber
Table B
ID
SSN
STATUS
I want table A to update itself only on the SSN records that match the SSN
records in Table B and the status in Table B is CAN
All help is appreciated
Thanks