Avatar

Level 1

Hi Niall,

I seem to have found that the following has worked:

Formcalc change-event of the checkbox:

if($ == 1) then
copy_field1 = field1
copy_field2 = field2
...
else
copy_field1 = ""
copy_field2 = ""
...
endif

If you think there is a better way then I'm all ears!

Thanks again,

Matt.