M
mcnews
i have some labels in my page header that i need to either clear or
populate within a loop. i get an error with
eval("lblVDPV" & x).Caption = "whatever"
or
eval("lblVDPV" & x & ".Caption") = "whatever"
says it can't find lblVDPV1, but of course it is there because
lblVDPV1.Caption = "whatever"
works fine.
what am i missing?
tia,
mcnewsxp
populate within a loop. i get an error with
eval("lblVDPV" & x).Caption = "whatever"
or
eval("lblVDPV" & x & ".Caption") = "whatever"
says it can't find lblVDPV1, but of course it is there because
lblVDPV1.Caption = "whatever"
works fine.
what am i missing?
tia,
mcnewsxp