Andrew5 Posted January 8, 2012 Posted January 8, 2012 Sorry to ask such a simple question: I have many DB's with summary fields with child tables, but now I am making a flat DB. It's a checkbook, and I merely need a field that gives me a sum of one field for all of the records. A check is recorded as a negative number and a deposit as a positive number. How to make calculated summary field of that field in this flat DB? THANK YOU in advance.
bcooney Posted January 8, 2012 Posted January 8, 2012 Use a, um, summary field Total of. Be careful of found sets. Or, use a self-join cartesian relationship and Sum ( selfjoin::numberfield).
LaRetta Posted January 8, 2012 Posted January 8, 2012 Hi Andrew, as Barbara says, you need to create a summary field. When you create it, specify running total. :-)
Andrew5 Posted January 8, 2012 Author Posted January 8, 2012 Oh, woe is me! Thank you. This is was very easy and I had forgotten. If you get away from making DB's on FM, one does tend forget where various functions are tucked away.
Recommended Posts
This topic is 4761 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