Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

get all items to every customer

Hey,   i've got 2 Tables.   Table A: Customers --> ist just a list of ervery customer like:   Customer No 1110001 1110002 1110003 and so on   Table B: Items --> its just al list of all ...
  • Anonymous's avatar
    Anonymous
    7 years ago

    ok, I'm pretty sure, there is a smarter way to solve this, but I found a workaround:

     

    I added a column in each table like:

     

    Customer No    Dummy

    1110001            a

    1110002            a

    1110003            a

     

    Item No            Dummy

    5001                  a

    5002                  a

    5003                  a

     

    and then i was able to merge both tables.