Quick question to do with values

31si

Registered User.
Local time
Today, 20:46
Joined
Jan 23, 2006
Messages
20
I have a report which i am trying to manipulate with Visual basic. I want to use visual basic to format part of the report. Does anyone have idea how i get the value of a label.

For example i have text label called rank_number, how could i find the value of that field. I know it will be "rank_number." but i don't know what else goes after that

Any ideas?
 
If you are talking about getting/setting the text that appears in a label:
Me.MyLabel.Caption
 
The properties doesn't exist, any other idea's?
 

Users who are viewing this thread

Back
Top Bottom