I'm working on creating a database for safety audits. Once the auditor performs the audit and submits it an email in Lotus Notes is generated. Is there a way I can include a hyperlink to the database so he/she can open the database from the email?
DoCmd.SendObject , , , "xxx@xxx.com", , , , , "My Documents\Audit_Database.mdb"
Any hints or information would be awesome.
DoCmd.SendObject , , , "xxx@xxx.com", , , , , "My Documents\Audit_Database.mdb"
Any hints or information would be awesome.