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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report save

Status
Not open for further replies.

Casiopea

Programmer
Jan 15, 2003
47
ES
Hi! my problem is that I would like to save a report called by:
dim objinfacc as Object
set objinfacc = GetObject(path)
with objinfacc.application
.docmd.openreport nombre,acviewPreview,,condicion
.docmd.maximize
end with

through these actions I can print the report, but I also want to save it in a Word document, just as I can make directly from access using tools, send to Word.
I don't want to give direct access to the database to users, that's the reason why I want to make it through the application
Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top