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

Open crystal report through access

Status
Not open for further replies.

rekhatr10

Programmer
Apr 2, 2004
67
0
0
US
Hi everyone,

I have to launch crystal report using access97 using ODBC connection. I have no idea how to do it. Could you point me in the right direction
Thank you
RR
 
A starting point:
Dim Sh As Object
Set Sh = CreateObject("WScript.Shell")
Sh.Run "\path\to\report.rpt"
Set Sh = Nothing

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top