Display special character??

S

SF

Hi,

I want to display a Check/Uncheck box based on a True/False field value. I
put an unbound text, at the control source =IIf([Pi_DeductedFrom]=0,"Display
Uncheck","Display Check"). I did not receivce result that I want.

I know that the character of the Uncheck box is 254 (Wingdings font) but I
don't know how to replace the charater in the IIF function.

Could someone advice.

SF
 
V

Vantastic

Hi there

Try this line of code in your text box:

=IIf([Pi_DeductedFrom]=0,ChrW(253),Chr(254))

Then change the formatting of that text box to the Wingdings Font.

Cheers
 

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