I have a table with many transactions in it and I want to group the data by different sets of dates - the table looks like:
itemlookup code quanitity datetransfered
xxxxxxxxx xx x/xx/xxxx xx:xx:xx PM/AM
yyyyyyyyy xx x/xx/xxxx xx:xx:xx PM/AM
note: quanitity is on a per transaction basis, could have multiple transaction for the same item in the same day.
I want
itemlookup code quanitity datetransfered
xxxxxxxxx (total q for that day) (that day)
yyyyyyyyy (total q for that day) (that day)
xxxxxxxxx (total q for the next day) (next day)
yyyyyyyyy (total q for the next day) (next day)
so on and so forth
Thanks for any help!
itemlookup code quanitity datetransfered
xxxxxxxxx xx x/xx/xxxx xx:xx:xx PM/AM
yyyyyyyyy xx x/xx/xxxx xx:xx:xx PM/AM
note: quanitity is on a per transaction basis, could have multiple transaction for the same item in the same day.
I want
itemlookup code quanitity datetransfered
xxxxxxxxx (total q for that day) (that day)
yyyyyyyyy (total q for that day) (that day)
xxxxxxxxx (total q for the next day) (next day)
yyyyyyyyy (total q for the next day) (next day)
so on and so forth
Thanks for any help!