|
-
May 30th, 2000, 04:51 PM
#7
Thread Starter
New Member
shachar
this is the code that im using to call the report in ms access, what im trying is to run the report w/out displaying the ms access application..
Dim myobjAccess As New Access.Application
myobjAccess.OpenCurrentDatabase ("h:\GL_ACCOUNTS.MDB")
myobjAccess.DoCmd.OpenReport ("TRANS_YEAR_1_REP")
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
|