G
Guest
Please excuse the duplicate posting, but I need to send this db to my
supervisors this morning (asap!!).
I have this code on the Afterupdate event of a field called Keep, with a
label that shows up when Keep=4.
Me.NameOfYourLabel.Visible = (Me.Keep = 4)
Turns out that I now need to have this label toggle visible when KEEP = 2,3,
or 4. (possible values are 1-4)
What should this code look like? I tried putting in (...Me.Keep = 2 Or 3 Or 4)
but the label just seemed to stay on no matter what was clicked.
Thanks for your help!
Christine
supervisors this morning (asap!!).
I have this code on the Afterupdate event of a field called Keep, with a
label that shows up when Keep=4.
Me.NameOfYourLabel.Visible = (Me.Keep = 4)
Turns out that I now need to have this label toggle visible when KEEP = 2,3,
or 4. (possible values are 1-4)
What should this code look like? I tried putting in (...Me.Keep = 2 Or 3 Or 4)
but the label just seemed to stay on no matter what was clicked.
Thanks for your help!
Christine