On 11/16/2023 8:52 AM, charlie wrote: > 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.
This needs to be a string, so use the plus sign to concatenate things,
try this: