|  | Chnage color and size of a yes/no check box in a report |  | |
| | | Roy |  |
| Posted: Sun Sep 07, 2008 1:41 pm Post subject: Chnage color and size of a yes/no check box in a report |  |
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... -- Thanks |
| |
| | | Rick Brandt |  |
| Posted: Sun Sep 07, 2008 1:55 pm Post subject: Re: Chnage color and size of a yes/no check box in a report |  |
Roy wrote:
| Quote: | 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.
-- Rick Brandt, Microsoft Access MVP Email (as appropriate) to... RBrandt at Hunter dot com |
| |
|
|