What I am trying to do is to catch when OLE Object (Picture) inside the form is updated/deleted. Unfortunately, BeforeUpdate works not as expected.
1) When I delete picture, it fires correctly.
2) When I add picture, it fires only when I switch to next record.
3) When I add replace picture, it fires only when I switch to next record.
I want to capture event just before I make 2nd or 3rd action, not after I switch to next record. How can I do it?
1) When I delete picture, it fires correctly.
2) When I add picture, it fires only when I switch to next record.
3) When I add replace picture, it fires only when I switch to next record.
I want to capture event just before I make 2nd or 3rd action, not after I switch to next record. How can I do it?