Hi
I am trying to open a standard mail from a network drive just using a shortcut button in access using VB. Whenever it opens though the mail is an attachment in a new mail.
How do I get it just to open.
Here is my code:
Many Thanks
Tim
I am trying to open a standard mail from a network drive just using a shortcut button in access using VB. Whenever it opens though the mail is an attachment in a new mail.
How do I get it just to open.
Here is my code:
Code:
Dim X
X = Shell("Outlook.exe \\Resrstredega003\groupsd2\GIPROJ\Odin_Support\Help_docs_on_RATA_DATA_BASE\P1_Docs\AWARD_Outage.msg", vbNormalFocus)
Many Thanks
Tim