Yes/No fields on a report

seamusnboo

Registered User.
Local time
Yesterday, 22:07
Joined
Jul 28, 2004
Messages
20
Hi.

I need to create this report from a table that has several YES/NO type of fields. On my report tho, I only want the report to show the data that has YES on the field, and the ones that has NO not to be shown. How can I do that?

Thanks
 
You can use the IIF method, on the text box control source, use =IIF([NameField]=1,[NameField],"")
 

Users who are viewing this thread

Back
Top Bottom