flaviooooo
Programmer
Hey,
I have the following situation, and have no idea how to solve this:
A table (actually a view, but let's call it table1) contains the following:
Mat Our Material Importdate
1 123 1/10/2007
1 124 1/10/2007
2 321 1/10/2007
3 456 1/10/2007
1 123 2/10/2007
1 124 2/10/2007
2 321 2/10/2007
3 456 2/10/2007
Now I would like to achieve the following, after I filter on the Importdate (via a combobox in my program, I select 1/10/2007)
1 123/124
2 321
3 456
As you see, the values linked to mat 1 are 'concatenated'
I can't find a way to do this in SQL and do it now in my MS Access frontend (with a loop that runs awfully long...)
Any help would be appreciated
Grtz
Fabian
I have the following situation, and have no idea how to solve this:
A table (actually a view, but let's call it table1) contains the following:
Mat Our Material Importdate
1 123 1/10/2007
1 124 1/10/2007
2 321 1/10/2007
3 456 1/10/2007
1 123 2/10/2007
1 124 2/10/2007
2 321 2/10/2007
3 456 2/10/2007
Now I would like to achieve the following, after I filter on the Importdate (via a combobox in my program, I select 1/10/2007)
1 123/124
2 321
3 456
As you see, the values linked to mat 1 are 'concatenated'
I can't find a way to do this in SQL and do it now in my MS Access frontend (with a loop that runs awfully long...)
Any help would be appreciated
Grtz
Fabian