PC Review


Reply
Thread Tools Rate Thread

change label on form

 
 
=?Utf-8?B?UmF5IE1lYWQ=?=
Guest
Posts: n/a
 
      22nd Jun 2005
Hi there, can someone tell me how to programatically change the label lblDiv
to "OK" when I click on the cmd button cmdDiv?


 
Reply With Quote
 
 
 
 
Jeff Conrad
Guest
Posts: n/a
 
      22nd Jun 2005
Private Sub cmdDiv_Click()

Me.lblDiv.Caption = "OK"

End Sub

--
Jeff Conrad
Access Junkie
http://home.bendbroadband.com/conrad...essjunkie.html
http://www.access.qbuilt.com/html/articles.html

"Ray Mead" wrote in message:
news:FFB639FF-E2FA-45CC-A5E3-(E-Mail Removed)...

> Hi there, can someone tell me how to programatically change the label lblDiv
> to "OK" when I click on the cmd button cmdDiv?



 
Reply With Quote
 
=?Utf-8?B?UmF5IE1lYWQ=?=
Guest
Posts: n/a
 
      22nd Jun 2005
Thanks, works like a charm!!

"Jeff Conrad" wrote:

> Private Sub cmdDiv_Click()
>
> Me.lblDiv.Caption = "OK"
>
> End Sub
>
> --
> Jeff Conrad
> Access Junkie
> http://home.bendbroadband.com/conrad...essjunkie.html
> http://www.access.qbuilt.com/html/articles.html
>
> "Ray Mead" wrote in message:
> news:FFB639FF-E2FA-45CC-A5E3-(E-Mail Removed)...
>
> > Hi there, can someone tell me how to programatically change the label lblDiv
> > to "OK" when I click on the cmd button cmdDiv?

>
>
>

 
Reply With Quote
 
Jeff Conrad
Guest
Posts: n/a
 
      22nd Jun 2005
You're welcome, glad to help.

--
Jeff Conrad
Access Junkie
http://home.bendbroadband.com/conrad...essjunkie.html
http://www.access.qbuilt.com/html/articles.html

"Ray Mead" wrote in message:
news:569BA569-2FF4-4050-8427-(E-Mail Removed)...

> Thanks, works like a charm!!
>
> "Jeff Conrad" wrote:
>
> > Private Sub cmdDiv_Click()
> >
> > Me.lblDiv.Caption = "OK"
> >
> > End Sub
> >
> > --
> > Jeff Conrad
> > Access Junkie
> > http://home.bendbroadband.com/conrad...essjunkie.html
> > http://www.access.qbuilt.com/html/articles.html
> >
> > "Ray Mead" wrote in message:
> > news:FFB639FF-E2FA-45CC-A5E3-(E-Mail Removed)...
> >
> > > Hi there, can someone tell me how to programatically change the label lblDiv
> > > to "OK" when I click on the cmd button cmdDiv?

> >
> >
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change one label in another form Scott Microsoft Excel Programming 4 25th Aug 2009 06:28 PM
Change the text of a label on a modal form Nicholas Scarpinato Microsoft Access Form Coding 5 12th Feb 2008 03:16 PM
How to change label.text from on form in another form =?Utf-8?B?THVpcyBSYW1vcw==?= Microsoft VB .NET 5 13th Oct 2005 07:34 PM
Change label text on another form Roger Ries via DotNetMonster.com Microsoft VB .NET 3 28th Feb 2005 10:15 PM
Change caption of a label on a form =?Utf-8?B?QW5kcmV3?= Microsoft Access VBA Modules 1 31st May 2004 05:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:22 AM.