When a user DELETE's a record, how can I refresh or requery the form AFTER the delete's been done in the physical table? I am not performing a DELETE Confirmation, therefore I cannot use AFTER DEL CONFIRM or BEFORE DEL CONFIRM events. I've tried DIRTY-ing a control in the ON DELETE event, but the ON DIRTY event doesn't fire off (I've read that the DIRTY-ing has to be done by the user, not code.)
All help is greatly appreciated. Thanks.
All help is greatly appreciated. Thanks.