A
Appache
I have two checkboxes in an continuous form and I want to change the color of
labels which are associated with these checkboxes. I read sth on internet and
figured out I cant use conditional formatting with checkbox so I try to find
out another solution and came up with this. I deleted labels and add two
texboxes and tried to use conditional formatting on that texboxes. I chosed
Expression Is and wrote [MycheckboxName]=True as my condition in order to
change the color of textbox if checkbox is checked. Everything is ok but when
the backcolor of the texbox changes, it also changes the text with 0 or -1
which is weird for me. Is there any way to do it without changing text ? The
text in the textbox is static.
labels which are associated with these checkboxes. I read sth on internet and
figured out I cant use conditional formatting with checkbox so I try to find
out another solution and came up with this. I deleted labels and add two
texboxes and tried to use conditional formatting on that texboxes. I chosed
Expression Is and wrote [MycheckboxName]=True as my condition in order to
change the color of textbox if checkbox is checked. Everything is ok but when
the backcolor of the texbox changes, it also changes the text with 0 or -1
which is weird for me. Is there any way to do it without changing text ? The
text in the textbox is static.