IIF() #ERROR

vbjohn

Registered User.
Local time
Today, 09:25
Joined
Mar 22, 2002
Messages
75
On this report, which gives a list of checks that were run on a certain day.

On this report I need to have a mark by the checks that were voided out. I tried using IIF statement on the control source on the text field.


=IIf([VOIDED]>0,"*"," ")

Example Output:

* 986365 John 65.60
* 986957 Steve 98.20
986856 John 79.30


Does this make sense?

John-
 
Check your identical post under General. You shouldn't post identical posts under more than one heading. It gets confusing.
 

Users who are viewing this thread

Back
Top Bottom