All,
I am just a beginning with VBScript in Access. I am sure it will be very easy for you to spot what I did wrong below. I am trying to filter "Referrals" where Payors appears in a multiple search list, as well as DeclineReasons in a multiple search list PLUS the PCriterias, which is a bunch of other fields. Ty for your help in advance.
Task = "select * from Referrals where ([Payor] in (" & StrSearch & ") & [DeclineReasons] in (" & StrSearch2 & "))" & " AND " & PCriteria
Sincerely,
Perry