I've got some code, which grabs the open Access.Application object.
It run's some code in the Access application, which is pretty cool.
But i'm having problems setting the focus / activating the Access window.
AppActivate works great in other Office applications, but does NOT seem to exist in Outlook?
Code:
Dim appAccess As Access.Application
Set appAccess = GetObject(, "Access.Application")
appAccess.Run "openjobdetailsform", GetJobID(strJobNumber)
'Set the focus somehow!