Chnage color and size of a yes/no check box in a report

R

Roy

I am trying to change the size and color of a yes/no control box in a report.
I am generating the report form a table that has a yes/no check box. When I
print the report, I want the check mark (if yes) to be in red. I also want to
change the size of that check mark. Help Pleaseeeeeee...
 
R

Rick Brandt

Roy said:
I am trying to change the size and color of a yes/no control box in a
report. I am generating the report form a table that has a yes/no
check box. When I print the report, I want the check mark (if yes) to
be in red. I also want to change the size of that check mark. Help
Pleaseeeeeee...

Can't do it with the CheckBox control iteself.

What you can do is use a TextBox instead and use the WingDing or similar
font that includes characters that looks like a "checked" CheckBox and a
"non-checked" CheckBox. Then you can manipulate the color and size as you
would any other TextBox.
 

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