[AccessD] Grab a text box's label's caption in code.

Dan Waters dwaters at usinternet.com
Tue Jan 18 15:49:22 CST 2005


Lonnie,

Each textbox has a Controls collection.  It turns out that the only control
in that collection is the label.  I think if you type in:

stgCaption = txtBox.Controls(0).Caption

then you'll get the caption.  

HTH,
Dan Waters
ProMation Systems

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Lonnie Johnson
Sent: Tuesday, January 18, 2005 3:08 PM
To: AccessD solving'
Subject: [AccessD] Grab a text box's label's caption in code.

Can I somehow call the name of a textbox and get the caption of it's label?

I don't see a label property for a textbox.

Just curious. 



May God bless you beyond your imagination!
Lonnie Johnson
ProDev, Professional Development of MS Access Databases
Visit me at ==> http://www.prodev.us





 





		
---------------------------------
Do you Yahoo!?
 Yahoo! Mail - Easier than ever with enhanced search. Learn more.
-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list