R
Ray Mead
Hi there, can someone tell me how to programatically change the label lblDiv
to "OK" when I click on the cmd button cmdDiv?
to "OK" when I click on the cmd button cmdDiv?
Jeff Conrad said:Private Sub cmdDiv_Click()
Me.lblDiv.Caption = "OK"
End Sub
--
Jeff Conrad
Access Junkie
http://home.bendbroadband.com/conradsystems/accessjunkie.html
http://www.access.qbuilt.com/html/articles.html
in message: