Hi,I'm trying to generate a text summary field at the end of a form. The
form has many sections which could be shown, hidden, or duplicated so I
assume the best way is to do a loop through of all the visible form
objects - rather than telling the summary field to get field values at
defined locations, tell it to go look for what's there and report
back.The summary format is "caption = value; caption = value;" etcIt
could run on a button click, though to prevent differences between the
field valu...