Need Help in One to Many Relationship

  • Hi,

    I have a table Structure

    filename AKA

    12-3-09.pdf 443567

    12-3-09.pdf 345678

    12-3-09.pdf 456789

    3-3-10.pdf 78901

    filename AKA

    I want to output as 12-3-09.pdf 443567,345678,456789

    3-3-10.pdf 78901.

    Any Help would be appreciated

    Thanks!

  • Hi if you post also your table's and there structure maybe someone can help you

  • Given you are using MS Access.

    You can achieve the output by writing 2 querries...

    1. query with the distinct filename

    2. using crosstab with the filename col and AKA code being transposed

    You can then inner joined the 2 querries on filename.

    Thank you and Hope this helps...

    Koncentrix

    Koncentrix

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply