Alexandros
New member
- Local time
- Today, 06:07
- Joined
- Feb 9, 2012
- Messages
- 5
Hello everyone.
I feel that this might be common but I browsed around the net for hours and didn't solve my problem.
I'll cut to the chase.
I have two tables. Parent and child.
Child table keeps records with quantity on 2 fields. One field is for imported quantity and one field for exported quantity.
Parent table keeps records with items that each one has many records on child table. A one-to-many relashionship then.
I would like to have a field on Parent table that stores the calculated total from child table fields. like =Sum([QuantityImported]-[QuantityExported])
I know that I can't make calculations with fields from other tables or queries so Im looking for a solution on that.
It's Important to have that total calculation on a Parent field to make other calculations.
Any help is welcome.
Thanks in advance
I feel that this might be common but I browsed around the net for hours and didn't solve my problem.
I'll cut to the chase.
I have two tables. Parent and child.
Child table keeps records with quantity on 2 fields. One field is for imported quantity and one field for exported quantity.
Parent table keeps records with items that each one has many records on child table. A one-to-many relashionship then.
I would like to have a field on Parent table that stores the calculated total from child table fields. like =Sum([QuantityImported]-[QuantityExported])
I know that I can't make calculations with fields from other tables or queries so Im looking for a solution on that.
It's Important to have that total calculation on a Parent field to make other calculations.
Any help is welcome.
Thanks in advance