I am running an export Query but I need to count records and total there qty cell values. Its hard to explain what I mean so have a look below
This is what I have
Product QTY
Paper 1 20
Paper 1 14
Paper 2 5
Paper 3 3
Paper 3 7
This is what I would like to happen
Paper 1 34
Paper 2 5
Paper 3 10
The final results would be exported to an accounts package or an excel file.
I have tried everything but can’t seem to get this to work. To add to my problems, every time I view the query I have to enter a start date and an end date. This is ok as it is part of the query but very annoying when you are trying to run testing.
This is what I have
Product QTY
Paper 1 20
Paper 1 14
Paper 2 5
Paper 3 3
Paper 3 7
This is what I would like to happen
Paper 1 34
Paper 2 5
Paper 3 10
The final results would be exported to an accounts package or an excel file.
I have tried everything but can’t seem to get this to work. To add to my problems, every time I view the query I have to enter a start date and an end date. This is ok as it is part of the query but very annoying when you are trying to run testing.