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!

Access Reports and IIS

Status
Not open for further replies.

stevebsc

IS-IT--Management
Dec 21, 2002
2
GB
I am looking for some basic advice. What is the easiest way to provide Access 2000 Reports via IIS ? I have read something about using snapshot viewer to read reports using the ActiveX control in a web page; is there a Createobject type for automatically firing up Internet Explorer once I have used the acOutputReport/acFormatSNP to generate the report ? This whole area is new to me so any thoughts / advice /help would be much appreciated.
 
Though not as elegant as the CreateObject method (which I haven't been able to get to work, this worked for me.

i = Shell("C:\Program Files\Internet Explorer\iexplore.exe C:\Report.snp", 1)

HTH
 
Worked like a dream - thank you very much.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top