Not Equal to
Hi. I'm just trying to get some rows to not show up on my display page that have a "D" in the Dismiss_Parts column. This is what I have in the Query to do this:
And Dismiss_Parts <> 'D'
It removes the rows with the D in them, but it also removes all the other rows. Does anyone know why this would be, or if there is anything else I can try to make it not equal to a "D"? I've tried NEQ, <>, and Not Like, but nothing works.
Thanks.
Andy
