eleteroboltz
Technical User
Hey guys, I'm having some problem here when i try to use a formula between brackets [].
What I'm trying to do is very simple. The better way to explain is with an example:
I just want to write this line:
Me.[cv100].Caption = 33
in this way:
k=100
Me.[("cv" & k)].Caption = 33
Thank you
What I'm trying to do is very simple. The better way to explain is with an example:
I just want to write this line:
Me.[cv100].Caption = 33
in this way:
k=100
Me.[("cv" & k)].Caption = 33
Thank you