Results 1 to 5 of 5

Thread: Access Active window Maximize? [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2004
    Location
    SouthWest
    Posts
    120

    Resolved Access Active window Maximize? [RESOLVED]

    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:
    1. Set moApp = New Access.Application
    2.     moApp.OpenCurrentDatabase App.Path & "\Andrade.mdb"
    3.     moApp.Visible = True
    4.     moApp.DoCmd.RunMacro "Boda", , ""

    Thanks a million for any help!
    Last edited by jandrade15; Apr 29th, 2005 at 05:52 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width