Recent content by vierkarv

  1. V

    Combine mutliple record into one record

    Let's see.. They are somewhat like this: Start Name N1 Address A1 Item I1 End Start Name N2 Address A2 Item I2 End Before the Name field, there'll be an empty record (Start) indicating it's an new set, and there's an empty record (End) indicating the ending of the set. Would that...
  2. V

    Combine mutliple record into one record

    @statsman Thanks for the reply :) This would only create a column where the field name = the value of name1, address1 and item 1 combine. I needed something different :D @Gary Thanks for the detailed response :) But I guess I might have oversimplified my table.. Record_Field...
  3. V

    Combine mutliple record into one record

    Hi, I have a table structured as follow: And I want them to be combined as follow: Is there a way to do this without using script? What's a fast way to add a column in front of the table so that it would go through the table, and add a "Record"...
Back
Top Bottom