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

DWUTKA at marlow.com DWUTKA at marlow.com
Tue Jan 18 17:30:40 CST 2005


That's because a label is it's own object.  To do what you want, you would
need to name your labels in such a manner that they can be 'traced' to their
associated control.

ie:

txtFirstName (Control)
lblFirstName (Label)

Or

lbl_txtFirstName (label)

Drew


-----Original Message-----
From: Lonnie Johnson [mailto:prodevmg at yahoo.com]
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