I am trying to understand how and when columns get their values within a form.
If I put COLUMN_NAME = .varnameĀ in the Add Variable Expression builder, is that
the exact same outcome as using a SAVEROW followed by an UPDATE tablename set
column_name = .varnameĀ {where clause}?
Mike

