All,
I've been trying to accomplish this and can't seem to find a direction to go even after searching the FAQ's and this forum. Can someone please get me started or at least point me in the right direction?
I have a table structured like the one below:
FIELDA FIELDB FIELDC FIELDD FIELDE
STB D01 A10101 XXTE 500
STB D01 A10101 XXTE 25
STB D01 A10101 ZZOP 10
STB D06 AC0201 XXTC 350
I need to create a query that will sort all the records in the table by like values in the FIELDC column then group them by the FIELDD column and then total all of those records by the values in FIELDE.
Needed result from the above table example:
FIELDA FIELDB FIELDC FIELDD FIELDE
STB D01 A10101 XXTE 525
STB D01 A10101 ZZOP 10
STB D06 AC0201 XXTC 350
I would then make a new table from the results.
Please help!
Turb
Ind. Engineering Tech.
I've been trying to accomplish this and can't seem to find a direction to go even after searching the FAQ's and this forum. Can someone please get me started or at least point me in the right direction?
I have a table structured like the one below:
FIELDA FIELDB FIELDC FIELDD FIELDE
STB D01 A10101 XXTE 500
STB D01 A10101 XXTE 25
STB D01 A10101 ZZOP 10
STB D06 AC0201 XXTC 350
I need to create a query that will sort all the records in the table by like values in the FIELDC column then group them by the FIELDD column and then total all of those records by the values in FIELDE.
Needed result from the above table example:
FIELDA FIELDB FIELDC FIELDD FIELDE
STB D01 A10101 XXTE 525
STB D01 A10101 ZZOP 10
STB D06 AC0201 XXTC 350
I would then make a new table from the results.
Please help!
Turb
Ind. Engineering Tech.