Running a secure database via VBA

  • Thread starter Thread starter teqslamer
  • Start date Start date
T

teqslamer

I have an unsecured database that schedules and runs several backend
databases to refresh their data. This works fine what I need now is to
be able to do the same for a secured backend. Is there any way to run
the secured database and when it is done to return to the calling
function so it can continue refreshing my other databases?
 
freakazeud, thanks for the info I had already gone with the shell
command and it is working great just had to work the timeing issue to
wait until the called application was done doing its thing.
 
Back
Top