L
Lars Brownies
To prevent corruption I'm working with an unbound field in my form. The
unbound field's afterupdate event puts the value in the underlying memofield
and saves it. The form's beforeInsert doesn't fire when I start on a blank
record and when the unboud field is the first field that is entered.
In the form's beforeInsert event I have code that enters some values in
different fields.
How can I fix this so when the user starts with the unbound field, that the
form's beforeInsert gets fired and the values get entered?
Thanks,
Lars
unbound field's afterupdate event puts the value in the underlying memofield
and saves it. The form's beforeInsert doesn't fire when I start on a blank
record and when the unboud field is the first field that is entered.
In the form's beforeInsert event I have code that enters some values in
different fields.
How can I fix this so when the user starts with the unbound field, that the
form's beforeInsert gets fired and the values get entered?
Thanks,
Lars