Labels Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,

Using VB, how can I change the text in a label that's linked to a control?

The label name is: lblAddItem

-Simon
 
Use the .Caption property ...

Me.lblAddItem.Caption = "What Ever Here"

R. Hicks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top