R
Rachel
I have two fields in my database that can sometimes
contain the same info; I have to keep them as seperate
fields because there is different calculations based on
each field.
How can I combine the data from the two fields on a
report when the data is the same? For instance, I want
a "total" field on my report that shows the sum of data
in txtPrice and txtDiscount when txtPriceCategory
= "Gift" and txtDiscountCategory = "Gift".
I have taken over this database from another developer
and cannot change the table structure at this point.
contain the same info; I have to keep them as seperate
fields because there is different calculations based on
each field.
How can I combine the data from the two fields on a
report when the data is the same? For instance, I want
a "total" field on my report that shows the sum of data
in txtPrice and txtDiscount when txtPriceCategory
= "Gift" and txtDiscountCategory = "Gift".
I have taken over this database from another developer
and cannot change the table structure at this point.