I need syntax assistance. I get an error message that it is expecting an end of line message at “RN” I tried double quotes and parathesis around ((tblLearners.Credential)=”RN”
How should items like this suppose to be written. Thank you. Fay
“WHERE (((tblLearners.Inactive)=0) AND ((tblLearners.Credential)=”RN” ” & _
“OR (tblLearners.Credential)=”LPN”) AND ((tblLearnerDepartments.Status)=”Perdiem” ” & _