On current ...

T

Tirina

I want a label to be displayed only under some circumstances, so I created a
sub-procedure, asking for the condition and making the label visible, but it
seems that it never runs, because I used a MsgBox to see if it goes through
and it does not display the message.

I clicked on the form selector, and used the On Current box in the event tab
of the properties.
 
M

msacc97 via AccessMonster.com

IMHO the better choice would be to replace label by textbox with its Contol
Source = "My Label", and set conditional formatting for it.
 
Top