Iif

MarkP

Registered User.
Local time
Today, 22:54
Joined
Jun 13, 2003
Messages
15
How can I use iif not in an access query.
IIf (fsubject not = to ssubject ,do this)

Is equal is easy enough but I'm not sure what character I use for not.
 
IIf (fsubject <> ssubject ,this if true, this if false)

I'm assuming that fsubject and ssubject are fields in your query.
 

Users who are viewing this thread

Back
Top Bottom