There is the "correct" way, and the "messy/workable" way:
1. Correct: set focus to the other form and run "RunCommand acCmdDeleteRecord", then set the focus back to the popup. This may not work if the popup is opened in dialog mode.
2. Messy:
Code:
-Run SQL "DELETE * FROM tbl WHERE ID = " & forms![thefirstform]![ctlThatHastheIDInfo]
-Requery thefirstform
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.