R
ravindar thati
i am using ms access 2003.
i want to run an application when i click a button.
the code is
Shell "c:\test.exe", vbNormalFocus
but this is static code.
i want to generate it dynamically.
i mean the path "c:\test.exe" changes each time.
so i stored that path in a string variable ST and tried executing
Shell " " & ST & " ",vbNormalFocus
i couldnt work out with it.
can any body suggest any changes to be done in that code. or else any
body please give a piece of code for my requirement
thanq
i want to run an application when i click a button.
the code is
Shell "c:\test.exe", vbNormalFocus
but this is static code.
i want to generate it dynamically.
i mean the path "c:\test.exe" changes each time.
so i stored that path in a string variable ST and tried executing
Shell " " & ST & " ",vbNormalFocus
i couldnt work out with it.
can any body suggest any changes to be done in that code. or else any
body please give a piece of code for my requirement
thanq