A
Alu_GK
Hello -
Vista, Access 2003.
I'm using form A to find a record and open its full details in form B.
In Form A - there is a sub-form (datasheet) with the table info (example -
contacts).
I have a button that opens Form B according to the record selected in the
sub-form in form A.
After form A "calls" form B, it closes.
Form B opens and shows full details on the contact required.
In form B I have an option (button) to delete the Contact chosen.
After the deletion is made (with command - RunCommand acCmdDeleteRecord),
Form B is closed and Form A is re-open.
In form A (after the deletion) - The record that was previously shown, and
now was deleted, is shown as "#deleted" in all controls.
How can I make this record disappear from the sub-form, and not to be shown
as "#Deleted".
Vista, Access 2003.
I'm using form A to find a record and open its full details in form B.
In Form A - there is a sub-form (datasheet) with the table info (example -
contacts).
I have a button that opens Form B according to the record selected in the
sub-form in form A.
After form A "calls" form B, it closes.
Form B opens and shows full details on the contact required.
In form B I have an option (button) to delete the Contact chosen.
After the deletion is made (with command - RunCommand acCmdDeleteRecord),
Form B is closed and Form A is re-open.
In form A (after the deletion) - The record that was previously shown, and
now was deleted, is shown as "#deleted" in all controls.
How can I make this record disappear from the sub-form, and not to be shown
as "#Deleted".