Folks,
Here is the issue I have been struggling with. I have a table, which contains orders by individuals. Then I need to group those orders by certain criteria (let’s say by product type); I used a select query and grouped them by. However from that query, after i grouped them by, I want to be able to pick manually certain items and append them to another table where I will track activities with these aggregated product types. How can I do that?
I was thinking if I could use some sort of a form, but not sure how to handle the selection part before I append. If there is another simpler way to handle this scenario please let me know.
Any advice is greatly appreciated!
Rgds,
Atol
Here is the issue I have been struggling with. I have a table, which contains orders by individuals. Then I need to group those orders by certain criteria (let’s say by product type); I used a select query and grouped them by. However from that query, after i grouped them by, I want to be able to pick manually certain items and append them to another table where I will track activities with these aggregated product types. How can I do that?
I was thinking if I could use some sort of a form, but not sure how to handle the selection part before I append. If there is another simpler way to handle this scenario please let me know.
Any advice is greatly appreciated!
Rgds,
Atol