Small Problem

  • Thread starter Thread starter David B
  • Start date Start date
D

David B

Hi there. I am currently running a batch file that opens
Access 2000 and runs a macro that saves one of the reports
as a snapshot. Each time the batch file runs, it displays
the message 'File exists. Do you wish to replace.' I
always want it to replace. Does anyone know how to turn
of that message. I tryed SetWarning = No but that
automatically presses the 'No' on overwriting the file.
Hope someone can help.
 
Try it this way without involving any code
Tools --> Options --> Edit/Find --> uncheck "document
deletion"

May
MCP in Access and SQL Server
 
Back
Top