rajagopalan_1979 Level: Guest

|
Re: Set Focus to Access application
Hi,
Thanks for the links.
But i tried with the below one And it worked.
str = "C:\Program Files\Microsoft Office\Office\MSACCESS.exe"" ""C:\Program Files\ESCAPE Tool\ESCAPE Tool V3.2.3\ESCAPE_Tool.MDB"
str1 = Chr$(34) & str & Chr$(34)
notepadID = Shell(str1, vbNormalFocus)
And still i have one more issue, like iam not able get the handle of the form opened.
Actually, when i launch this MDB, it acts as an exe launch the initial form window.
But i am not able to get the handle of it. Is there any way i can get it?
|