Open the VBA Immediate Window and type
DoCmd.SetWarnings True
and hit return. You can do this at any time. But ... you need to find that case where you are not doing this on code ... after setting it False. I suggest putting .... True in the On Close event of Forms, and the Exit code of vba procedures ... as a safeguard.
mx