Control variable syntax question

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

If I had a form that had say 10 labels
named: lbl1, lbl2, lbl3..........lbl10 where
the caption of the labels changed depending
the current conditions, and like if there were an
array arCap(9) loaded with string values that were to
be used to populate the label captions, what
would be the syntactical expression to
address the label controls in a 10 iteration
loop through the array?

Thanks,
Bill
 
Thanks Allen, it was "Controls" collection that didn't
surface when I searched HELP.
Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top