I’m getting an intellisenxe error saying that the statement below is expecting a ‘)’ and is positioning the correction ater the parenthesis following “Approved”. I’m not familiar with this IF syntax and I can’t seem to make the correction; trial and error isn’t working ;o)) Thanks in advance.
If (reader.Item("Approved"), True, False) = 0), (reader.Item("DoNotDisplay"), False, False) = 0)) Then
End if
Is this what you’re trying to do?