What report? When you ask anything, please describe your problem completely.

If you use ms access you need follow code.

--------------------

Dim RApp=New Access.Application

RApp.openCurrentDatabase("d:\db1.mdb")
reportname="reportname"

RApp.DoCmd.OpenReport reportname,acViewNormal

RApp.CloseCurrentDatabase
Set RApp=Nothing

------------------
smalig
[email protected]
smalig.tripod.com