Hi
I have form having fields Code,Name . I want when user tries to delete record it should check that Code does not exist in another table say TEMP . If exists user should not be able to delete record.
Thanks