May 11, 2006 #1 Melagan MIS Nov 24, 2004 443 US What I'm trying: Code: SELECT IIF([Status] = LIKE 'Cancelled*', 1, 0) as sCount Not working - is it even possible to use wildcards in the IIF function? ~Melagan ______ "It's never too late to become what you might have been.
What I'm trying: Code: SELECT IIF([Status] = LIKE 'Cancelled*', 1, 0) as sCount Not working - is it even possible to use wildcards in the IIF function? ~Melagan ______ "It's never too late to become what you might have been.
May 11, 2006 1 #2 gmmastros Programmer Feb 15, 2005 14,912 US Remove the equal (=) symbol. Try again. -George Strong and bitter words indicate a weak cause. - Fortune cookie wisdom Upvote 0 Downvote
Remove the equal (=) symbol. Try again. -George Strong and bitter words indicate a weak cause. - Fortune cookie wisdom
May 11, 2006 Thread starter #3 Melagan MIS Nov 24, 2004 443 US Bingo! Thank you sir! (See that? A straight answer in two minutes. *) ~Melagan ______ "It's never too late to become what you might have been. Upvote 0 Downvote
Bingo! Thank you sir! (See that? A straight answer in two minutes. *) ~Melagan ______ "It's never too late to become what you might have been.