Background processing in Access 2013

Joined
Apr 16, 2015
Messages
1
Reaction score
0
I need to execute some SSH operations through an OCX control in my Access program. This all works fine, but SSH is slow to start up and the entire Access program seems to block. Is there a way to execute this in the access program without blocking? Or do I have to figure out some way of performing the SSH in another process?

-Bob
 
Back
Top