D
Dave69 via AccessMonster.com
I have an option button on my form named Expired that is tied to an unbound
text field named Judge which uses =DateDiff("d",[ExpDat],Now()) in the
Control Source to toggle on or off.
Expired uses =IIf([Judge]>=0,True,False) to accomplish this and, thus far,
works like a charm. I'm fairly new to code/statements and would like to know
if there is a way to toggle Expired's label (Label48) to change color as well.
text field named Judge which uses =DateDiff("d",[ExpDat],Now()) in the
Control Source to toggle on or off.
Expired uses =IIf([Judge]>=0,True,False) to accomplish this and, thus far,
works like a charm. I'm fairly new to code/statements and would like to know
if there is a way to toggle Expired's label (Label48) to change color as well.