Quick question to do with values (1 Viewer)

31si

Registered User.
Local time
Today, 09:30
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?
 

Sergeant

Someone's gotta do it
Local time
Today, 04:30
Joined
Jan 4, 2003
Messages
638
If you are talking about getting/setting the text that appears in a label:
Me.MyLabel.Caption
 

31si

Registered User.
Local time
Today, 09:30
Joined
Jan 23, 2006
Messages
20
The properties doesn't exist, any other idea's?
 

Users who are viewing this thread

Top Bottom