Newbies batguano Posted May 13, 2000 Newbies Posted May 13, 2000 How do I do a subtotal on a group of related items. For example, if I have a field called ItemNo that has an amount field for that record and I want to subtotal the amount for that item number, how do I do this?
LiveOak Posted June 15, 2000 Posted June 15, 2000 If your primary database is DB1 and the related file is DB2 and they are related by Item No.using a relationship called RelItem, Create an "Item Total" field in DB1 defined as Sum(RelItem::Amount). For a record in DB1 this will total the Amount field for only the related records in DB2.
Recommended Posts
This topic is 8995 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now