dynamic textbox problems, please help

Moggy

New Member
I am having problems running through a For Next Loop while trying to dynamically grab the Text property for a Text box. I have tried everything I can think of to run through a list of text boxes to get the text value of each that get dynamically created from a drop down list. This crashes because putting the .Text on the end of the TextBox id name crashed it, any ideas of how to do this, thanks!<BR><BR>For i = 0 To mem_num_children.SelectedItem.Value -1<BR>something = "mem_childname"& i"".Text<BR>Next
 
Back
Top