gusbrunston
Programmer
Hi:
I've seen this, used it, but can't find it now.
How do I loop through all the controls on a form and do something in each one?
In pigeon basic:
I'd appreciate the function (or whatever) for doing this in the form module.
Many thanks,
Gus Brunston 8-: An old PICKer, using Access2000. I manage Suggestions welcome. padregus@attbi.com
I've seen this, used it, but can't find it now.
How do I loop through all the controls on a form and do something in each one?
In pigeon basic:
Code:
I = 1
While not end of file
Look at control(I)
Do Something
I = I + 1
Wend
End
I'd appreciate the function (or whatever) for doing this in the form module.
Many thanks,
Gus Brunston 8-: An old PICKer, using Access2000. I manage Suggestions welcome. padregus@attbi.com