Access:
create a macro to run the application and name it AutoExec
or create a report and a push button and link it with an application
Word:
create a macro
Sub exe()
Shell ("C:\BTEC\Emulators\fusion.exe")
End Sub
where is says C:/*** change for an application but you probably knew that anyway lol
Happy hacking or just running exes
