Subject Variable used for the field in code?
From charlie <tm@tc.com>
Date Thu, 16 Nov 2023 11:52:56 -0500
Newsgroups dbase.getting-started

Is it possible to do something like below?  grd is a variable that I am trying to insert in the field code??

form.spinboxestv1.value = val(co.fields["'grd'"].value)

If it is possible, how will you do this?  The code i tried fails.