|
-
Nov 19th, 2000, 03:39 PM
#1
Thread Starter
Lively Member
Hi,
I need to run access reports from vb (no other way around at the moment!) I have been using the following code but I keep getting runtime error 2486 : Unable to peform as some other event is preventing it...try later
I have tried using doevents before it but it doesn't help
Does anyone have any ideas?
:code:
Dim appAccess As Access.Application
Set appAccess = New Access.Application
appAccess.DoCmd.OpenReport "reportname", acViewNormal
appAccess.Quit
Set appAccess = Nothing
any help greatfully appreciated
H.
 Just trying to muddle through...
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
|