wheeledgoat
Registered User.
- Local time
- Today, 12:26
- Joined
- Feb 12, 2019
- Messages
- 16
Howdy you Access experts,
I'm having a devil of a time googling for this solution, I think because the terms are so mushy (or maybe I don't know the right term to use).
If code (ran on a timer) finds new records on the backend db, I want to give focus to the frontend Access Form
-the form will be in popup mode
-the rest of Access will be minimized - the user will only see their popup form
I understand how the .setfocus works WITHIN access - but I need this form to take focus on the computer, popping up above other applications and programs outside of Access.
Is this possible with VBA from within Access? I'm pretty sure IT will not appreciate me breaking out autohotkey scripts...
I'm having a devil of a time googling for this solution, I think because the terms are so mushy (or maybe I don't know the right term to use).
If code (ran on a timer) finds new records on the backend db, I want to give focus to the frontend Access Form
-the form will be in popup mode
-the rest of Access will be minimized - the user will only see their popup form
I understand how the .setfocus works WITHIN access - but I need this form to take focus on the computer, popping up above other applications and programs outside of Access.
Is this possible with VBA from within Access? I'm pretty sure IT will not appreciate me breaking out autohotkey scripts...
