G
Guest
this is what i have:
myText (unbound) Control Source: =Sum(DateDiff("d",[StartDate],[EndDate]))
myCheckBox (unbound) Control Source: Show days?
when the report loads, you are asked "show days?", when you enter 1, the box
is checked, 0=unchecked.
now i need this.
if myCheckBox=1 myText=visible
else, not visible
i'm foggy on what the code should be and even foggier on when/where it
should be. i can put it in myForm's OnOpen event or maybe the OnActivate
event.
thanks again, all!
/amelia
myText (unbound) Control Source: =Sum(DateDiff("d",[StartDate],[EndDate]))
myCheckBox (unbound) Control Source: Show days?
when the report loads, you are asked "show days?", when you enter 1, the box
is checked, 0=unchecked.
now i need this.
if myCheckBox=1 myText=visible
else, not visible
i'm foggy on what the code should be and even foggier on when/where it
should be. i can put it in myForm's OnOpen event or maybe the OnActivate
event.
thanks again, all!
/amelia