Hi
The form closes fine but I do not get a prompt for saving changes. Please help!
Also is there a way of tailoring the prompt message that is displayed?
I would actually like to quit the entire access application. How is this possible?
The form closes fine but I do not get a prompt for saving changes. Please help!
Also is there a way of tailoring the prompt message that is displayed?
Code:
[COLOR=blue]
Private Sub Quit_Click()
DoCmd.Close acForm, "main_form", acSavePrompt
End Sub
[/COLOR]
I would actually like to quit the entire access application. How is this possible?