Please suggest the proper punctuation for instr formula in SQL vba statement
this is not correct:
thanks,
Mila
this is not correct:
Code:
Do While Not RS.EOF
criteria = criteria & InStr([variant_id], RS("gene") & "_" & RS("aa_change")) > 0) & " OR "
RS.MoveNext
thanks,
Mila