Hi,
I am having trouble to figure how to do the query to group items together, and sum the cost of a the group field based on the selected item only.
I have a subform that has a list of all item and selection box.
I have a subform with a subform that list the selected item but in a group, mean no duplicated item.
The group item is based on:
[item_num][item_name][item_id] then sum the [item_cost].
Here I join the sample of the access:
View attachment AddItem.accdb
Hope someone can help. Thanks
I am having trouble to figure how to do the query to group items together, and sum the cost of a the group field based on the selected item only.
I have a subform that has a list of all item and selection box.
I have a subform with a subform that list the selected item but in a group, mean no duplicated item.
The group item is based on:
[item_num][item_name][item_id] then sum the [item_cost].
Here I join the sample of the access:
View attachment AddItem.accdb
Hope someone can help. Thanks