Hi
Hope someone can help me.
I am using a datagrid view on a small app. In my access database I have 4 vbscript file names + paths in one column. (Example: "c:\test.vbs")
There is a second column where users can select which script they want to run. (Like a Yes / No column)
Then I have a run button at the bottom of the form.
How can I program my button to only run vbscripts that are marked as Yes from the YesNo column? I am planning to run the vbscripts with the following command: System.Diagnostics.Process.Start("C:\test.vbs")
Any help would be appreciated.
Hope someone can help me.
I am using a datagrid view on a small app. In my access database I have 4 vbscript file names + paths in one column. (Example: "c:\test.vbs")
There is a second column where users can select which script they want to run. (Like a Yes / No column)
Then I have a run button at the bottom of the form.
How can I program my button to only run vbscripts that are marked as Yes from the YesNo column? I am planning to run the vbscripts with the following command: System.Diagnostics.Process.Start("C:\test.vbs")
Any help would be appreciated.
Last edited: