"Rogelio P?rez via AccessMonster.com" <forum (AT) AccessMonster (DOT) com> wrote in
message news:83f474b02bd04d21ac76c44e9b5d9e21 (AT) AccessMonster (DOT) com...
Quote:
Could some body tell how to run a VBScript from an Access(2003)
application?
Thanks |
You could, for example, call:
Shell "wscript.exe C:\Test.vbs"
But in general writing code using vba gives more flexibility than using
vbscript due to error-handling, typed variables, etc. Therefore, if you
have any choice in the matter, I would convert this vbs file to vba code as
part of your application code.