chirpyform
Programmer
I have overridden the delete mechanism in a form (because of complicated relationships between the tables) in the On_delete function (cancel = true) so that I can do "DELETE FROM TABLE X WHERE ...". At the end however the screen has #delete in all the areas where I had data.
I have tried requery but I cannot do it in this function and I don't want to have to close and reopen the form or goto another object which is used only to do the requery.
Can anybody give a clean option to this problem....
Many thanks Chris
I have tried requery but I cannot do it in this function and I don't want to have to close and reopen the form or goto another object which is used only to do the requery.
Can anybody give a clean option to this problem....
Many thanks Chris