Hello,
I am trying to create an unmatched query in which i can take the results and update another table.
Query A
ContactID(primary key)
Lastname
FirstName
City
State
Zip
Status = "scheduled" (Criteria)
Query B
LastName
FirstName
City
State
Zip
Appointment type = "~" (criteria)
Query C
LastName
FirstName
City
State
Zip
The first 5 columns of A and B are how i find my data. When status = "scheduled" and Appointment type= "~" (~ is the symbol we use for surgery performed) then status column in my PatientStatusTBL should be updated to "performed"
Because in Query C there is no Primary Key(ContactID) I'm not sure how to create this update.
Any help is greatly appreciated.
THanks!
I am trying to create an unmatched query in which i can take the results and update another table.
Query A
ContactID(primary key)
Lastname
FirstName
City
State
Zip
Status = "scheduled" (Criteria)
Query B
LastName
FirstName
City
State
Zip
Appointment type = "~" (criteria)
Query C
LastName
FirstName
City
State
Zip
The first 5 columns of A and B are how i find my data. When status = "scheduled" and Appointment type= "~" (~ is the symbol we use for surgery performed) then status column in my PatientStatusTBL should be updated to "performed"
Because in Query C there is no Primary Key(ContactID) I'm not sure how to create this update.
Any help is greatly appreciated.
THanks!