C
Chris
I have a form with two subforms. When one subform is shown and I click
reset the subform controls are reset and the main forms controls are reset.
When the two subforms are shown and I click the reset button the message
"are you sure you want to delete this record appears"
How do I stop showing this meassage?
Code
Me.txtSoaid.SetFocus ' pk textbok
DoCmd.DoMenuItem acFormBar, acEditMenu, acUndo, , acMenuVer70
ResetControlsSub frmCreditor ' 1st subform
ResetControlsSub frmDebtCollection '2nd subform
When a record is about to be deleted an access message is appearing to say
"Do you wish to delete this record"
reset the subform controls are reset and the main forms controls are reset.
When the two subforms are shown and I click the reset button the message
"are you sure you want to delete this record appears"
How do I stop showing this meassage?
Code
Me.txtSoaid.SetFocus ' pk textbok
DoCmd.DoMenuItem acFormBar, acEditMenu, acUndo, , acMenuVer70
ResetControlsSub frmCreditor ' 1st subform
ResetControlsSub frmDebtCollection '2nd subform
When a record is about to be deleted an access message is appearing to say
"Do you wish to delete this record"