Space Cowboy
Member
- Local time
- Today, 15:48
- Joined
- May 19, 2024
- Messages
- 245
Good Evening Good People,
I need to go through a query table and count the number of times that an item has been sold and put the total in a new column.
Can this be done in the same table or do I need to do a new query?
I would like the figure in the same query if possible
I forsee the the item appearing in the list many times, with the total number of individual sales listed by the side of each item.
My plan was then to select for no duplicates, so I can do more calculations with the figure.
Am I on the right lines or is there a better way?
I need to go through a query table and count the number of times that an item has been sold and put the total in a new column.
Can this be done in the same table or do I need to do a new query?
I would like the figure in the same query if possible
I forsee the the item appearing in the list many times, with the total number of individual sales listed by the side of each item.
My plan was then to select for no duplicates, so I can do more calculations with the figure.
Am I on the right lines or is there a better way?