Hello,
I am trying to run a batch file from Access. I'm not very good at VBA, but what I would like to do is:
Return a code to my Access database when the application closes.
e.g
Shell(File.Bat)
*BTEQ Opens*
*do something for 5 minutes*
*BTEQ Closes
now my bit:
a variable is populated/created upon the called application's closure, that will allow me to trigger another function.
(The only variable it seems to return is on OPENING BTEQ)
Is this even possible?
Thanks in advance,
Liam1
I am trying to run a batch file from Access. I'm not very good at VBA, but what I would like to do is:
Return a code to my Access database when the application closes.
e.g
Shell(File.Bat)
*BTEQ Opens*
*do something for 5 minutes*
*BTEQ Closes
now my bit:
a variable is populated/created upon the called application's closure, that will allow me to trigger another function.
(The only variable it seems to return is on OPENING BTEQ)
Is this even possible?
Thanks in advance,
Liam1