?
=?ISO-8859-15?Q?St=E9phane_Miqueu?=
Hi,
Just a simple question for witch I can't find an solution.
I've got 4 labels in a form : lbl1, lbl2, lbl3, lbl4.
I want to give them a value in a FOR instruction. Something like :
FOR iCpt = ...
("lbl" & iCpt).text = "My Value"
NEXT
I've searched MSDN, Google, TechNet but I must be dumm !
Thanks.
Just a simple question for witch I can't find an solution.
I've got 4 labels in a form : lbl1, lbl2, lbl3, lbl4.
I want to give them a value in a FOR instruction. Something like :
FOR iCpt = ...
("lbl" & iCpt).text = "My Value"
NEXT
I've searched MSDN, Google, TechNet but I must be dumm !
Thanks.