data report vb6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sheheen
    New Member
    • May 2010
    • 1

    data report vb6

    how to bring multiple records using a comma separator to data report vb6
    in a single row
  • missinglinq
    Recognized Expert Specialist
    • Nov 2006
    • 3533

    #2
    Originally posted by sheheen
    how to bring multiple records using a comma separator to data report vb6
    in a single row
    As this appears to be a Visual Basic 6 problem, not an Access VBA problem, I've moved it to the appropriate forum.

    Welcome to Bytes!

    Linq ;0)>

    Moderator/Access Forum

    Comment

    • QVeen72
      Recognized Expert Top Contributor
      • Oct 2006
      • 1445

      #3
      Hi,

      Create a New TempTable, populate it opening the recordset and concatenating the field, and print report from this temp table... if using Oracle, the Create Storedprocedure , and design report on that SP..

      Regards
      Veena

      Comment

      Working...