I have an expression in a query that I hoped would pull records that include 'pw' (as a whole) in the displ_sub field, but my expression pulls records that only have a 'p' in the displ_sub field....I thought by using the quotes around "pw" would do the trick.....?
Expr1: InStr("pw",[displ_sub])
Thanks!
Expr1: InStr("pw",[displ_sub])
Thanks!