maximize access window

W

Wendy

I know this is a stupid question, but what VB code is used
to maximize the main Access window - not a form in Access.

Thanks!
 
D

Dirk Goldgar

Wendy said:
I know this is a stupid question, but what VB code is used
to maximize the main Access window - not a form in Access.

RunCommand acCmdAppMaximize
 
Top