sub form scrolling

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Coy Howe

    sub form scrolling


    I have subforms that we enter information into and are linked to the
    main form by a customer ID #. I have noticed you can use a mouse roller
    and scroll onto a blank subform. If any information is entered on the
    new subform, it creates errors and a lot of problems. Is there anyway
    to prevent scrolling onto that blank subform. I have also noticed you
    can tab onto it if you go from the last tabstop.


    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!
  • Jim Allensworth

    #2
    Re: sub form scrolling

    On 16 Aug 2004 17:23:47 GMT, Coy Howe <cfs@olypen.com > wrote:
    [color=blue]
    >
    >I have subforms that we enter information into and are linked to the
    >main form by a customer ID #. I have noticed you can use a mouse roller
    >and scroll onto a blank subform. If any information is entered on the
    >new subform, it creates errors and a lot of problems. Is there anyway
    >to prevent scrolling onto that blank subform. I have also noticed you
    >can tab onto it if you go from the last tabstop.
    >
    >[/color]

    Set the subforms/form's Allow Additions property to No.

    - Jim

    Comment

    Working...