G
Guest
Hi,
I have a table that contains data as follow:
ID DIAMETER PASSING
1 0,25 100
1 23 50
1 10 60
I try to create a query that return data in one line as follow
ID D_025 D_23 D_10
1 100 50 60
I do not want to use the option "Dynamic cross-table" query to see the
result , I want the query return data so I can use them in other application.
I already try to create subqueries for diameter 0,25 23 and 10 and then
combine them together. It works fine however if I have a lots of diameter, I
have to create too many sub-queries. If you have any other solutions, please
help me. Thank
I have a table that contains data as follow:
ID DIAMETER PASSING
1 0,25 100
1 23 50
1 10 60
I try to create a query that return data in one line as follow
ID D_025 D_23 D_10
1 100 50 60
I do not want to use the option "Dynamic cross-table" query to see the
result , I want the query return data so I can use them in other application.
I already try to create subqueries for diameter 0,25 23 and 10 and then
combine them together. It works fine however if I have a lots of diameter, I
have to create too many sub-queries. If you have any other solutions, please
help me. Thank