I'm trying to write an agent so that when I receive a certain email with a certain attachment Lotus Notes will Automatically detach the file and place it in a specified directory. Then launch MS Access for an update that needs to go along with this file. So far I've successfully detached the file and launched MS Access. The problem is we have passwords on our MS Access updates and so I need to pass the password along. My code right now is the following, can I get Notes to open access with my password?
@Command( [Execute]; "C:\\File\\File.mdb" "//user USERNAME//pwd PASSWORD")
Thanks for your help!
@Command( [Execute]; "C:\\File\\File.mdb" "//user USERNAME//pwd PASSWORD")
Thanks for your help!