> Dear All,
>
> I wanted to excecute save checking procedure before exiting from a form
>
> More Details :
> I have a data entry screen , I wanted to check whether the data entered in the form are saved in the table, there is procedure writen in the from to do that
>
> Pls tell me which event can be used for this, I have tried lostfocus,unload event and query unload, but none of the events are working
>
> Jijo David
Dear Jijo
I am not very sure but you must be having some command button (or some other control) on your form to exit from your form, You can have your code in the click event of this commandbutton.
Rgds/Sudhir