aziz rasul
Active member
- Local time
- Today, 15:40
- Joined
- Jun 26, 2000
- Messages
- 1,935
How would I reference the caption of a control label if I wanted to iterate thru a set of label captions. Here's what I've been tryting so far, but it doesn't work: -
Dim i as Integer
Dim strLabel As String
strLabel = "Me.lbl" & i & ".Caption"
Dim i as Integer
Dim strLabel As String
strLabel = "Me.lbl" & i & ".Caption"