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

How to export a report in code??

Status
Not open for further replies.

DISI

Technical User
Mar 2, 2001
48
US
I've not been able to get Transferdatabase to export a report or a module. I get errors or it runs without completing the export. Any ideas?

Thanks Paul Faculjak
paul@DataIntegritySolutions.com
 
Try the "OutputTo" method. Do a search, and it will give you examples. You can output a report as html, or RTF. However any lines or boxes on your report will not show up as the are OLE objects. But the rest of the report will look very close to what it does in Access. Jim Lunde
compugeeks@hotmail.com
We all agree your theory is crazy, but is it crazy enough?
 
Thanks Jim,

I am actually trying to export the report and module to another database (user application). I want to put a new report and module in a small mdb file which when opened will export these objects to the application I built. I could send out new applications, but each user has a unique ID in the registry so I would need to make multiple files rather than a single update file. Appreciate the response.

Paul Paul Faculjak
paul@DataIntegritySolutions.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top