Dear All, I have textbox's where i renamed as TN1 , TN2, TN3, TN4 etc..
I want to use these field names in vba. and i want to put in a loop these fields and update accordingly.
while doing that i am looking for an syntax which looks something like below...
Dim i as integer
ME.TN & i = rst![FIELD]
i = i + 1
In above example i value increments in loop and updates the values which is available in recordset.
Obviously above syntax thrown error. can you suggest me the right syntax..
Thanks in Advance.