|
-
Nov 3rd, 1999, 04:34 PM
#2
Addicted Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|