Using Access 2007, VBA within a Form –
Is there a way to transform code such as:
Me.text1=x(1)
Me.text2=x(2)
Me.text3=X(3)
To something like:
For I = 1 to 3
Me.text(I)=X(I)
Next I
Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.