M
mdullni1 via AccessMonster.com
I have read through dozens of posts on this forum about conditional
formatting, but cannot resolve my problem.
I have a continuous subform with txtAddress and chkSuppress. I want
txtAddress.forecolor set to red when chkSuppress is true. Using conditional
formatting on txtAddress, I have selected "Expression Is" and have tried:
[chkSuppress] = True
chkSuppress = True
[chkSuppress.value] = True
[chkSuppress] = -1
chkSuppress = -1
[chkSuppress.value] = -1
[me.chkSuppress] = True
me.chkSuppress = True
[me.chkSuppress.value] = True
True (to produce an always true expression)
Yes, I have selected black as the default format, and red as the conditional
format.
Nothing works (color never changes). Any ideas?
Thank you for reading my post. I hope you can help.
formatting, but cannot resolve my problem.
I have a continuous subform with txtAddress and chkSuppress. I want
txtAddress.forecolor set to red when chkSuppress is true. Using conditional
formatting on txtAddress, I have selected "Expression Is" and have tried:
[chkSuppress] = True
chkSuppress = True
[chkSuppress.value] = True
[chkSuppress] = -1
chkSuppress = -1
[chkSuppress.value] = -1
[me.chkSuppress] = True
me.chkSuppress = True
[me.chkSuppress.value] = True
True (to produce an always true expression)
Yes, I have selected black as the default format, and red as the conditional
format.
Nothing works (color never changes). Any ideas?
Thank you for reading my post. I hope you can help.