Get data from next record

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • andydawson
    New Member
    • Oct 2007
    • 4

    Get data from next record

    Hi people,

    I need to create a query to generate a table that brings data from the next record into the current record.

    Example:

    FIELD1,FIELD2,F IELD3
    A1234,0,0
    Null,Null,INFO

    I need to produce a table that brings the INFO into the previous record. Ie,

    A1234,0,INFO

    Any help would be appreciated.
  • FishVal
    Recognized Expert Specialist
    • Jun 2007
    • 2656

    #2
    Hi, Andy.

    A very obvious question.
    How would a record be recognized as a next to a given one?

    Regards,
    Fish

    Comment

    • lee123
      Contributor
      • Feb 2007
      • 556

      #3
      maybe try defaulting this that's the only way i can see unless your psychic

      lee123

      Comment

      Working...