Delete a record and save a new record from form

N

Nathan Wolfe

I have a form "frmDuplicateValues" that pops up if certain criteria are met
on "frmStopDailyCount". If they choose to delete a record, I want it to
automatically go back to frmStopDailyCount and act as if they clicked a
button on that form. That is, if they click cmdDelete on frmDuplicateValues
(which will delete a record then close that form), can it somehow go to
cmdAddStats on frmStopDailyCount and activate it? Thanks.
 
Top