Search results

  1. B

    Combining fields from multiple rows into one row & field

    Paul, That was absolutely PERFECT. THANK YOU SO MUCH for you help.
  2. B

    Combining fields from multiple rows into one row & field

    Hey PBALDY..... Unfortunately I can not post the whole database but I have extracted the one table and taken out All of the records except 11 for demo's sake: You can see it is listed a s Fund-------------------------------------Number Capital American Fund------------------5 Capital...
  3. B

    Combining fields from multiple rows into one row & field

    I forgot to mention that when the query runs I have to hit end once for every row and when the query is complete all the rows have the fund name and #Error in the number field.
  4. B

    Combining fields from multiple rows into one row & field

    Ok. I renamed the module to something unique and that seemed to get me a little further along...... Now the query runs but I get a different error: "Runtime Error '5': Invalid proceedure call or argument." These lines are highlited in yellow when I choose debug: Concat = Left(Concat...
  5. B

    Combining fields from multiple rows into one row & field

    From the main screen I selected Modules & clicked new, then proceeded to enter the code above and changed it to my exact field & table names: (I said product & Footnote in my original question as I thougt that was easier) Table = Footnotes Field1 = Fund Field2 = Number Public Function...
  6. B

    Combining fields from multiple rows into one row & field

    Paul, Thanks so much...... i think I am almost there: When i rn the query it says : "Undefined Function 'ConCat' in expression?
  7. B

    Combining fields from multiple rows into one row & field

    My VBA skills are somewhat limited is there a place where I could learn how to do this or "borrow" some code?
  8. B

    Combining fields from multiple rows into one row & field

    I need the data to create a property file for a web application. The final output will be to a .csv and the footnotes will be wrapped in a <Sup> 1,3,5, </Sup> for the web page to list the product then then footnotes.
  9. B

    Combining fields from multiple rows into one row & field

    Thanks, I thought about the report option but I need this in a query so I can use the data for something else.
  10. B

    Combining fields from multiple rows into one row & field

    Hello All, I am trying to figure out the best was to combine fields from multiple rows into one row & field. Example: I have a table that contains footnotes and products. With a simple query I would get the following 3 rows...
Back
Top Bottom