L
Lars Brownies
Form A contains table A (main table). Subform B contains table B, the
many-side of the relationship between table A and B.
When user start entering data into a table B's record, some fields in this
record automatically get filled, for instance the user name. I want to make
sure that a certain field is always filled, and if not I want to give them
the choice to either fill it in or delete the whole record. However, it's
not possible to delete the record within the before_update event. I don't
want to make this field a required field.
Any hints on how I can delete the current record (if certain field is
empty), before they leave the subform?
Thanks,
Lars
many-side of the relationship between table A and B.
When user start entering data into a table B's record, some fields in this
record automatically get filled, for instance the user name. I want to make
sure that a certain field is always filled, and if not I want to give them
the choice to either fill it in or delete the whole record. However, it's
not possible to delete the record within the before_update event. I don't
want to make this field a required field.
Any hints on how I can delete the current record (if certain field is
empty), before they leave the subform?
Thanks,
Lars