extend application window over multi display

S

Sebastian

In excel 2007 I was able to use code below to control size of access window.
The code runs on auto_open
Application.WindowState = xlNormal
Application.Width = 1923
Application.Height = 1400
I am trying to do the same in Access 2007 to display application window over
multi display but this code is not supported.
Any help would be appreciated.
Sebastian
 
Top