I have baout 25 label boxes on this form. I need to be able to only loop through 10 label boxes and edit the text value. Each of the 10 boxes have the first part of the name same.
This is what i have tried
for i = 1 to 10
me.controls("lblPropertValue" & i).text = 5
Next
This is what i have tried
for i = 1 to 10
me.controls("lblPropertValue" & i).text = 5
Next