As far as I'm aware, there isn't a SaveAsFile option in Access, the database
product that's part of Office Professional, and the subject of this
newsgroup.
What is olAtt? (i.e.: how have you instantiated it?) Perhaps its SaveAsFile
has a parameter that will let you suppress the prompt.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> When i use olAtt.SaveAsFile to save a file, it allways asks me if i want to
> save the file (confirmation).
[quoted text clipped - 10 lines]
> vb: 'save the attachment
> olAtt.SaveAsFile FILE_PATH & item.EntryID & "_" & olAtt.FileName ......