I am trying to figure out the code to do a IF/Then statement using ShellExecute.
I want to say something like this:
I want to say something like this:
Code:
If Me.linkbox.value = "001" then
shellexecute (C:\desktop\001.png)
end if
If Me.linkbox.value = "002" then
shellexecute (C:\desktop\002.png)
end if