G
gator
I have code that is supposed to automatically save the form when it is
closed. But, why am I being prompted to save when I close? I am closing
using the 'x' in the top right corner....here is the code....
Private Sub Form_Close()
DoCmd.Save acForm, "Deposits"
End Sub
closed. But, why am I being prompted to save when I close? I am closing
using the 'x' in the top right corner....here is the code....
Private Sub Form_Close()
DoCmd.Save acForm, "Deposits"
End Sub