Applies To Application object.
Description
You can use the hWndAccessApp property to determine the handle assigned by Microsoft Windows 95 to the main Microsoft Access window.
Setting
The hWndAccessApp property is a Long Integer value set by Microsoft Access and is read-only.
Remarks You can use this property by using Visual Basic when making calls to Windows application programming interface (API) functions or other external procedures that require a window handle as an argument. To get the handle to a window containing a Microsoft Access object such as a Form or Report, use the hWnd property.See Also Application object, hWnd property.