How to turn off "You are about to append n row(s)."

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all

How do I need to disable this warning in code when inserting records and how enable it when insert is complted
Thanks in advance

Ray
 
DoCmd.SetWarnings False

<<Your Append Code>>

DoCmd.SetWarnings True

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
(e-mail address removed)
www.pcdatasheet.com


Ray said:
Hi all,

How do I need to disable this warning in code when inserting records and how
enable it when insert is complted.
 
Back
Top