Default Value auto populate from field in same table

T

Tanya

When entering a new record, 90% of the time MAILING ADDRESS is the same as
APPEAL PROPERTY ADDRESS. I would like our client's MAILING ADDRESS field to
auto populate in the APPEAL PROPERTY ADDRESS field in the same form using the
same table.
 
K

KARL DEWEY

You need an event (On Lost Focus) on the APPEAL PROPERTY ADDRESS to SetValue
the MAILING ADDRESS text box with criteria APPEAL PROPERTY ADDRESS is null.
 
Top