Disable add new rows

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stephane
    New Member
    • Feb 2007
    • 35

    Disable add new rows

    How to disable aadd new rows at lenght type form?
    i need only output it, and chenge current rows, but not add new

    thanks
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    I think you're looking for Recordset Type = Snapshot in the form's properties.

    What's a length type form?

    Comment

    • MMcCarthy
      Recognized Expert MVP
      • Aug 2006
      • 14387

      #3
      Originally posted by stephane
      How to disable aadd new rows at lenght type form?
      i need only output it, and chenge current rows, but not add new

      thanks
      In the form properties, set the Allow Additions property in the Data tab to No.

      Mary

      Comment

      • stephane
        New Member
        • Feb 2007
        • 35

        #4
        Originally posted by mmccarthy
        In the form properties, set the Allow Additions property in the Data tab to No.

        Mary
        thanks, but i need to disable add new rows at Lenght SubForm, not Form, sorry.

        So there is no Allow Additions property

        Comment

        • MMcCarthy
          Recognized Expert MVP
          • Aug 2006
          • 14387

          #5
          Originally posted by stephane
          thanks, but i need to disable add new rows at Lenght SubForm, not Form, sorry.

          So there is no Allow Additions property
          There is, just not in the Subform object but in the subform itself. Open the subform in design view on it's own without the main form and you will be able to access the Allow Additions property.

          Mary

          Comment

          • stephane
            New Member
            • Feb 2007
            • 35

            #6
            Originally posted by mmccarthy
            There is, just not in the Subform object but in the subform itself. Open the subform in design view on it's own without the main form and you will be able to access the Allow Additions property.

            Mary
            thanks a lot)

            Comment

            • MMcCarthy
              Recognized Expert MVP
              • Aug 2006
              • 14387

              #7
              Originally posted by stephane
              thanks a lot)
              You're welcome.

              Comment

              Working...