G
Guest
I think my question is simple, and therefore, I assume the answer is simple,
but I haven't been able to find it.
I did search the groups, and didn't find anything that really applied.
I have a checkbox (downtime). When I check it, I want two other fields
(downtime_start & downtime_stop) to be VISIBLE.
How do I accomplish that?
I thought I could do it in a macro. I created a macro, and then tried it on
my form, but I can't get it to work.
I then tried an Expression :
---------
If Downtime = True Then
[Downtime Start].Visible = True
[Downtime Stop].Visible = True
Else
[Downtime Start].Visible = False
[Downtime Stop].Visible = False
End If
---------
But that doesn't work either.
Any suggestions?
thank you,
Brady Weiss
(e-mail address removed)
but I haven't been able to find it.
I did search the groups, and didn't find anything that really applied.
I have a checkbox (downtime). When I check it, I want two other fields
(downtime_start & downtime_stop) to be VISIBLE.
How do I accomplish that?
I thought I could do it in a macro. I created a macro, and then tried it on
my form, but I can't get it to work.
I then tried an Expression :
---------
If Downtime = True Then
[Downtime Start].Visible = True
[Downtime Stop].Visible = True
Else
[Downtime Start].Visible = False
[Downtime Stop].Visible = False
End If
---------
But that doesn't work either.
Any suggestions?
thank you,
Brady Weiss
(e-mail address removed)