D
Darin
I have a form that might (or might not) have a textbox on it named
something particular - how can I find if the form has the control, and
if it does what the text of the control has? This form has textboxes
that are created on the fly, and when the OK is clicked I need to figure
out which ones are on the screen and what the text is in each to do
other stuff.
So, kind of like:
dim xstr as string
xstr=me.findcontrol("tText").tostring
Thanks.
Darin
something particular - how can I find if the form has the control, and
if it does what the text of the control has? This form has textboxes
that are created on the fly, and when the OK is clicked I need to figure
out which ones are on the screen and what the text is in each to do
other stuff.
So, kind of like:
dim xstr as string
xstr=me.findcontrol("tText").tostring
Thanks.
Darin