The goal is to create a unique Patient ID based upon 2 separate fields from separate tables.
I want to extract the last 4 digits of a social security number in a Patient Table and then combine those 4 digits with the PhysicianID (PhysicianTable) to create a unique PatientID which will be the new permanent ID.
Ex.
Physician Number = 1001
Patient SSN = 111-22-9999
Patient Last 4 = 9999
Final Combination = 10019999
Thanks in advance.
I want to extract the last 4 digits of a social security number in a Patient Table and then combine those 4 digits with the PhysicianID (PhysicianTable) to create a unique PatientID which will be the new permanent ID.
Ex.
Physician Number = 1001
Patient SSN = 111-22-9999
Patient Last 4 = 9999
Final Combination = 10019999
Thanks in advance.