M
Mike
Does anyone know if DoCmd.OpenQuery, DoCmd.RunMacro and DoCmd.RunSQL return
to the calling program (VB6) after completion or do they run asynchronously?
I've inherited a project which uses late binding to automate Access from
VB6. Problem is that a certain routine always worked on a slow PC, worked
intermittently on a faster PC and doesn't work on my PC ... However, if I
step through the debugger, it does work - leading me to believe it's a time
issue involving one or more of the above calls.
TIA,
Mike
to the calling program (VB6) after completion or do they run asynchronously?
I've inherited a project which uses late binding to automate Access from
VB6. Problem is that a certain routine always worked on a slow PC, worked
intermittently on a faster PC and doesn't work on my PC ... However, if I
step through the debugger, it does work - leading me to believe it's a time
issue involving one or more of the above calls.
TIA,
Mike