Hi, I have a button in an access database. When I press the button I want to focus on another application, then send a command to it. Is this possible?
My exact requirements are to press the button at which point some vba will run. The vba will check to see if autocad is open. If not open, it will open it and tell it to run a script. If it is already open, it will switch focus to autocad, then tell it to run the script.
My exact requirements are to press the button at which point some vba will run. The vba will check to see if autocad is open. If not open, it will open it and tell it to run a script. If it is already open, it will switch focus to autocad, then tell it to run the script.