Fred in Thailand Posted April 29, 2008 Posted April 29, 2008 I have an invoicing solution and need to put a summary of all outstanding balances on the invoice layout that I send to the client. I send the invoices out monthly and do a find to print all the current invoices for that month. The problem is that when i do that find, it doesn't let me show a summary of each clients outstanding balances. Only shows for the current month. Thanks
mr_vodka Posted April 29, 2008 Posted April 29, 2008 You can create a self join for the invoice TO keyed on the ClientID. Then you can use a summary field from the Self Join TO for your total outstanding balance for each Client ID for your found set.
Recommended Posts
This topic is 6053 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