Calculation to a specific category

kevin19

Registered User.
Local time
Today, 23:34
Joined
Jan 28, 2013
Messages
81
Hi All!
I have a form with the following:
A combo textbox with Category A and Category B.
An Amount texbox.

In the form footer, I have a textbox calculating the sum of the Amount.
This works fine but how do I create a textbox that calculates just the Category A or Category B??

Anyone please?
Thanks!
 
Are you using DSum on the Form footer to calculate? If so you can add the Criteria to include only Category A or Category B..
 
You could try storing a value in a Table of Categories.

-1 for Negatives
0 for no Sum
1 for Positives

It does not matter if additional Categories are added you just set the rule in the Table.

Simon
 

Users who are viewing this thread

Back
Top Bottom