Hello. I am performing update and delete queries and don't want the user to see the alert messages indicating fields are about to be changed / deleted. I've tried using the SetWarnings command, but the alerts still appear. Any ideas? My current code is below.
Thanks in advance
dcnick
DoCmd.SetWarnings False
CurrentDb.Execute ("qryUpdateTable")
Me.Requery
DoCmd.SetWarnings True
Thanks in advance
dcnick
DoCmd.SetWarnings False
CurrentDb.Execute ("qryUpdateTable")
Me.Requery
DoCmd.SetWarnings True