P
plumbye
Hi,
How do I make a string that points to a form object.
I have a form with many input textboxes and I would like to make a code
using a for....next to check the input.
For example, i have 20 textboxes named tb_input1, tb_input2 ..etc.
How can I make this idea work
For i=1 to 20
string="tb_input" & i
form.string.value=10
next i
VBA wont accept this at all. I have tried using the Object data type,
but to no avail.
Can anybody help?
Regards,
Plumbye
How do I make a string that points to a form object.
I have a form with many input textboxes and I would like to make a code
using a for....next to check the input.
For example, i have 20 textboxes named tb_input1, tb_input2 ..etc.
How can I make this idea work
For i=1 to 20
string="tb_input" & i
form.string.value=10
next i
VBA wont accept this at all. I have tried using the Object data type,
but to no avail.
Can anybody help?
Regards,
Plumbye