B
BlueWolverine
Hello,
MS ACCESS 2003 on XP PRO.
I would like to loop through every field on my form. I want to do something
like this:
For Each object on Forms!my_Form
if object = text box or object = combination box then
Array_Value(lcv,0) = object.value
arra_value(lcv,1) = object.name
lcv=lcv+1
next object
How do I actually execute this? my biggest concern is on writing the for
loop and the if statement.
Thanks
MS ACCESS 2003 on XP PRO.
I would like to loop through every field on my form. I want to do something
like this:
For Each object on Forms!my_Form
if object = text box or object = combination box then
Array_Value(lcv,0) = object.value
arra_value(lcv,1) = object.name
lcv=lcv+1
next object
How do I actually execute this? my biggest concern is on writing the for
loop and the if statement.
Thanks