The following codem works except fo the fact that the Windows Live Mail window opens behind Access.
I thought the "3" switch is to open it maximized and having the focus??
It sure doesn't seem to have the focus.
What am I missing??
James
Code:
Public Function RunLiveMail()
Dim MyPath As String
MyPath = "C:\Program Files (x86)\Windows Live\Mail\wlmail.exe /mail ,3"
Shell MyPath
End Function
I thought the "3" switch is to open it maximized and having the focus??
It sure doesn't seem to have the focus.
What am I missing??
James