Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DoCmd OutputTo Appending?

Status
Not open for further replies.

dandough

Technical User
Dec 6, 2003
12
CH
Hi All,

I would like to loop through a list which would output a report to a file for each iteration. How could I append the file instead of having it over written?

Public Sub OutputReport()

DoCmd.OutputTo acOutputReport, "Report1", acFormatRTF, "C:\temp\MyDatabase.rtf"

End Sub

Thanks,
Dan
 

dandough,
This is the " Visual Basic(Microsoft) Databases Forum" and not the DBMS Package-Application forum702 for MS ACCESS.
Please post your question there.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top