In VBA I use the Win-32 API function BringWindowToTop to set the focus to a window of another application (e.g., Internet Explorer). This works well with Access 2003, regardless of the Windows Version (XP or Windows 7 32/64 Bit).
With Access 2010 however, the focus is set to the Access window after my VBA thread has finished, and the windows I would have the focus on is only the 2nd in the window stack.
Any suggestions how I can achieve the behaviour as unter Access 2003?