Controls sohws #deleted

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".
 
A

Alu_GK

Hello -
The problem was resolved when i created a procedure me.Requey o the Load
Event (instead of doing it in the "Open" event), It is only make sence...
That was the Solution for it.
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top