Hello All,
I would like to launch various applications from a form in my database.
My idea is to have a table containing program names and their file paths / shortcuts.
Is there some VBA code that will launch a program from Access?
I have tried the code below:
This works, but gives a security warning message each time.
Is there a better solution?
Many thanks Mark
I would like to launch various applications from a form in my database.
My idea is to have a table containing program names and their file paths / shortcuts.
Is there some VBA code that will launch a program from Access?
I have tried the code below:
Code:
Application.FollowHyperlink "C:\Apps\Front_End\DIARY.accdb"
This works, but gives a security warning message each time.
Is there a better solution?
Many thanks Mark