I have a form, frmPaymentEdit that has a subform frmPaymentAllocationsEdit. I would like the user to be prompted whether or not they want to/are sure they want to ………………… save record/changes to the recored on exit or when they click the save or the new record button. I’ve tried putting in the before update event as the lounge showed me to do on a previous form however if I do this on frmPayment edit it prompts the user each time he leaves frmPaymentEdit and tabs to frmPaymentAllocationsEdit. I only want the user to be prompted AFTER they’ve updated both forms. This way if they choose no for whatever reason, none of the data on either form would be saved. I’ve gotten the code to work (I think) but am now looking for the best place to put it. OR is there different code to use when working with subforms.
Thanks,
Leesha