G
Guest
I have a subform showing records with a Yes/No field. If the field is checked
a macro will append the record to another table.
My problem is that I would like the subform to immediately update after
checking the field but it does it only if I go to another record. If I exit
the subform and press the command button the field is not updated. A macro
linked to AfterInsert or onEnter etc... would give an error stating the
subform is not open.
Is there a way to do it?
Thanks beforehand
a macro will append the record to another table.
My problem is that I would like the subform to immediately update after
checking the field but it does it only if I go to another record. If I exit
the subform and press the command button the field is not updated. A macro
linked to AfterInsert or onEnter etc... would give an error stating the
subform is not open.
Is there a way to do it?
Thanks beforehand