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!

Previewing Reports through Visual Basic

Status
Not open for further replies.

MrSR

Instructor
Jan 23, 2002
39
US
Is it possible to preview a report through automation without being able to get into the database. i just want the previewed report to show up without the user being able to get into the database. i know how to automate it i just cant find that part.
 
There are a few functions out there using API to hide the Application window
FAQ705-2562

You should be able to open the application, hide the application window, and show the report.

I have never done it with a report, but only with forms. I know with forms it looks as if the form is stand alone.
 
thanks i am going to give it a try
 
You could also create a report snapshot and let them use the snapshot viewer.

You can find out a great deal about this by looking at the Access help for snapshot.

Greg
People demand freedom of speech as a compensation for the freedom of thought which they seldom use. Kierkegaard
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top