I am working on the new microsoft visual basic 2005 and typically the following statement would be completely valid (in access)
For i = 2 To 12
Me.Controls("giro" & i).Value = 0
Next i
However whenever I try the same for
VB 2005 I get an error message saying property 'item' is 'readonly'. Can someone help? Thank you in advance.