R Rod Nov 22, 2006 #1 To Maximize Excel you can use Application.WindowState = xlMaximized Is there an equivalent for Access?
To Maximize Excel you can use Application.WindowState = xlMaximized Is there an equivalent for Access?
R Rick Brandt Nov 22, 2006 #2 Rod said: To Maximize Excel you can use Application.WindowState = xlMaximized Is there an equivalent for Access? Click to expand... DoCmd.RunCommand acCmdAppMaximize
Rod said: To Maximize Excel you can use Application.WindowState = xlMaximized Is there an equivalent for Access? Click to expand... DoCmd.RunCommand acCmdAppMaximize