Hi guys!
When closing a form, I want my system to prompt: "Close without saving?". If yes, I want to continue the closing-proces, but when "no" is pressed, I want to just close the MsgBox-window and of course keep all the data-entries...
	
	
	
		
What do I write instead of the X'es???
// JR
 When closing a form, I want my system to prompt: "Close without saving?". If yes, I want to continue the closing-proces, but when "no" is pressed, I want to just close the MsgBox-window and of course keep all the data-entries...
		Code:
	
	
	If MsgBox("Close without saving?", vbYesNo, "Close?") = vbNo Then XXXXXXXWhat do I write instead of the X'es???
// JR
 
	 
 
		
 
 
		 
 
		 
 
		 
 
		 
 
		