Access VBA Forms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EJWilliams
    New Member
    • May 2007
    • 2

    Access VBA Forms

    I wrote sevreal forms using 2 monitors during development. When I installed for the user (who has only 1 monitor) some forms try to go to the alternative monitor. Please tell me what I did wrong?
  • Scott Price
    Recognized Expert Top Contributor
    • Jul 2007
    • 1384

    #2
    Well... to start with, did you develop the forms on the left or the right monitor?

    You need to make sure that your left monitor is the primary. Usually people use the second for the vba editor window. IF you developed the other way-round, you might have some problems. Especially since some form positioning commands make Access crash if you feed them negative numbers in an attempt to correct this problem.

    Regards,
    Scott

    Comment

    • Scott Price
      Recognized Expert Top Contributor
      • Jul 2007
      • 1384

      #3
      In addition, see these links:





      Regards,
      Scott

      Comment

      • EJWilliams
        New Member
        • May 2007
        • 2

        #4
        Originally posted by Scott Price
        Well... to start with, did you develop the forms on the left or the right monitor?

        You need to make sure that your left monitor is the primary. Usually people use the second for the vba editor window. IF you developed the other way-round, you might have some problems. Especially since some form positioning commands make Access crash if you feed them negative numbers in an attempt to correct this problem.

        Regards,
        Scott
        Thanks Sir. This was my first attempt so I jumped from monitor to monitor. I will ensure I only use one now.

        Comment

        Working...