G Guest Jun 22, 2005 #1 Hi there, can someone tell me how to programatically change the label lblDiv to "OK" when I click on the cmd button cmdDiv?
Hi there, can someone tell me how to programatically change the label lblDiv to "OK" when I click on the cmd button cmdDiv?
J Jeff Conrad Jun 22, 2005 #2 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:
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:
G Guest Jun 22, 2005 #3 Thanks, works like a charm!! 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: Click to expand...
Thanks, works like a charm!! 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: Click to expand...
J Jeff Conrad Jun 22, 2005 #4 You're welcome, glad to help. -- Jeff Conrad Access Junkie http://home.bendbroadband.com/conradsystems/accessjunkie.html http://www.access.qbuilt.com/html/articles.html in message:
You're welcome, glad to help. -- Jeff Conrad Access Junkie http://home.bendbroadband.com/conradsystems/accessjunkie.html http://www.access.qbuilt.com/html/articles.html in message: