Hi
here is the code it returns value of "-1" how can i change this to lets say "*"?
here is the code it returns value of "-1" how can i change this to lets say "*"?
Code:
'Examiner ID
If OP_ID.Value <> "" Then
strWhere = strWhere & "AND (Operator_ID = '" & OP_ID.Value & "') "
End If
'strwhere is just dim string ...