Working with continuous form....

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

    #1

    Working with continuous form....

    I need some suggestions....

    I have a sub-form that acts as a continuos form. I want to allow the
    user to optionally click a button at the end of the "NEW" row that will
    copy some of the previous rows contents.

    How do you address the previous row of a continuous form?

    Thanks

  • David Lloyd

    #2
    Re: Working with continuous form....

    One way to address the previous row is through the Recordset property of the
    subform. The following KB article shows how to copy data from the previous
    record to the current record of a form. Obviously, you will have to adjust
    this to your specific needs.



    --
    David Lloyd
    MCSD .NET
    Award-winning Managed I.T. Services, I.T. Consulting, cloud solutions, database hosting, and A.I. software development for organizations nationwide.


    This response is supplied "as is" without any representations or warranties.


    "ZRexRider" <jerryg@ptd.net > wrote in message
    news:1132688089 .039495.310700@ g47g2000cwa.goo glegroups.com.. .
    I need some suggestions....

    I have a sub-form that acts as a continuos form. I want to allow the
    user to optionally click a button at the end of the "NEW" row that will
    copy some of the previous rows contents.

    How do you address the previous row of a continuous form?

    Thanks


    Comment

    • ZRexRider

      #3
      Re: Working with continuous form....

      Excellent Lloyd - great tip - works perfectly!

      Thank You

      Comment

      Working...