Hello,
I am not sure if this is the correct place to post this, if it is not I apologize, please let me know and I will repost.
I am trying to run a build table query from a batch file, so far I have not been able to do it. I found that I can build a vbscript and that is what I have done, but my script is not working.
here is what I have so far
I am not sure if this is the correct place to post this, if it is not I apologize, please let me know and I will repost.
I am trying to run a build table query from a batch file, so far I have not been able to do it. I found that I can build a vbscript and that is what I have done, but my script is not working.
here is what I have so far
Code:
Set appAccess = CreateObject("Access.Application")
appAccess.OpenCurrentDatabase "C:\OpenOrdersSTDHours\OPENORD.ACCDB"
appAccess.Run "ROUTSTDHRS"
Set appAccess = Nothing