User Profile
DML1976
Copper Contributor
Joined 5 years ago
User Widgets
Recent Discussions
Re: MS Access force a popup on top of other windows?? Is this possible?
perrychengIs this still possible? The code I copied down doesn't seem to do anything. Option Compare Database Option Explicit Public Declare Function SetForegroundWindow _ Lib "user32" _ (ByVal hwnd As Long) _ As Long Public Function ActivateAccessApp() As Boolean 'Brings the DB to the front of all open windows Dim appTarget As Access.Application Set appTarget = GetObject(CurrentDb.Name) ActivateAccessApp = Not (SetForegroundWindow(appTarget.hWndAccessApp) = 0) Set appTarget = Nothing End Function12KViews0likes0Comments
Recent Blog Articles
No content to show