TextBox Values not Available

stevecking

Active member
Joined
Dec 27, 2006
Messages
32
Programming Experience
5-10
I'm having problems accessing the TextBox.Value property for controls that have already been bound and that have their visible property set to False. I load these TextBoxes with keys and make the control visible, then access them when necessary for adds, etc. If the textbox is visible everything works fine and a value is present in the .Text of the textbox. However, when I set the textbox visible property to false these are no values in the textbox. I've used this technique when developing using Access. Any help resolving this problem would be appreciated.
 
Back
Top