Check Boxes Yes/No

R

Roger Bell

I have several Yes/No fields on a report and have used the Windings Font so
that a Tick appears with out the box.

Is there any way I can change the Tick on the report to an asterisk *

Thanks for any help
 
J

John W. Vinson

I have several Yes/No fields on a report and have used the Windings Font so
that a Tick appears with out the box.

Is there any way I can change the Tick on the report to an asterisk *

Thanks for any help

If it's a Yes/No (Boolean) field in the table, use

=IIF([fieldname], "*", "")

as the Control Source of the report textbox.

John W. Vinson [MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top