I wish a label to be visible for only 10 seconds when the call is made to it. I am sure this is basic VB stuff. How can I set it so that when
Me.lblnodateten.Visible = True
is fired, a 10 second counter will kick off and then the line
Me.lblnodateten.Visible = False
will activate
Kindest Regards
Me.lblnodateten.Visible = True
is fired, a 10 second counter will kick off and then the line
Me.lblnodateten.Visible = False
will activate
Kindest Regards