Hello all-
I have a macro in access that im running through vb. in the macro it maximizes a form that im opening but how would I maximize the active window?![]()
heres the code I have.....
VB Code:
Set moApp = New Access.Application moApp.OpenCurrentDatabase App.Path & "\Andrade.mdb" moApp.Visible = True moApp.DoCmd.RunMacro "Boda", , ""
Thanks a million for any help!




Reply With Quote