I just had a minor brain fart :-(( dont ya hate those) and now i cant remkember what the not equal to sign is in vb.
Printable View
I just had a minor brain fart :-(( dont ya hate those) and now i cant remkember what the not equal to sign is in vb.
a <> b
or
Not (a = b)
:)