R redblaze Registered User. Local time Today, 09:13 Joined Jan 12, 2002 Messages 54 Feb 7, 2002 #1 hi, does anybody know what the code is for the code of ' not = to '. thanks for your help.
David R I know a few things... Local time Today, 03:13 Joined Oct 23, 2001 Messages 2,632 Feb 7, 2002 #2 Depending on whether you're doing arithmetic operations or logical, you'll probably want to use either <> or Not. Look up the help file on Operator Summary, Comparison Operators. HTH, David R
Depending on whether you're doing arithmetic operations or logical, you'll probably want to use either <> or Not. Look up the help file on Operator Summary, Comparison Operators. HTH, David R