Checkbox border on report

S

Stockwell43

Hello,

I have a checkbox field on my report. Whether the checkbox has been checked
or not, the black border still shows on the report. Is there a way to show
ONLY the check mark if yes and blank NO border if no?

Thank you!!
 
S

Stockwell43

Hi Allen,

I followed it exactly and it still shows the black border box when there is
no checkmark. You instruction are very good and what I thought simple but
there is always the chance I messed something up. Please let me know if there
is another way or to do it in VBA.

Thanks!!!
 
A

Allen Browne

1. In report design view, select the text box.
Make sure its border is transparent.

2. Make sure you chose the unboxed character, e.g.:
;\Alt+0252
 
Top