Date:  11/02/2001 11:22:42 AM Msg ID:  000082
From:  Roger Stanley Thread:  000082
Subject:  FormField
I have a loop that creates  inputs based on a record number (recno())
M.xv="r"+ltrim(str(recno()))
<input type="text" name='+M.xv+')
Looking at the source on the screen the name is fine (r1, r2, etc.)
When I try to get the value using FormField I get blanks...

I've tried =FormField('&M.xv'), =FormField('M.xv')... M.xv shows as the proper
input.
what can I try next?
Thanks..