What I'm trying do is write a For Next Loop that will allow me increment a label name by one each time it goes through the loop. I have 14 labels all named the same except for the last digit. I don't know what I would even search for and am not sure if it is possible here is an example of what I would like to do. Any help would be appreciated.
For intLabel = 1 to 14
lblWF310 & intLabel.caption = ![LocationName]
lblWF310 & intLabel.ToolTipText = ![IngredientName]
.movenext
next
For intLabel = 1 to 14
lblWF310 & intLabel.caption = ![LocationName]
lblWF310 & intLabel.ToolTipText = ![IngredientName]
.movenext
next