The below code throws out an error in VB 6.0, the error message is
" is not a legal control name.
Why does this error occur in the propperty sheet for the form the Tag property is blank, I havent set any form.tag property.


frmReq.Controls(Me.Tag).Text = SelectColumnValue(grdResults, 0)