T
Tec92407
I have a main form with a subform that contains line items. Each line item
has a "Tax" field that contains Yes or No to indicate if tax should be
applied to the item cost. In the main form I have a calculated Tax field that
contains
=[PRItems Subform].Form!ItemSubTotal*0.0775
in its control source property. This works and computes the total tax for
all items. But I need it to include the item in its computation only if the
line item's tax field contains "Yes".
Is there a way to specifiy a conditional logic statement in the control
source that would only include the line item if the tax field is "Yes"?
has a "Tax" field that contains Yes or No to indicate if tax should be
applied to the item cost. In the main form I have a calculated Tax field that
contains
=[PRItems Subform].Form!ItemSubTotal*0.0775
in its control source property. This works and computes the total tax for
all items. But I need it to include the item in its computation only if the
line item's tax field contains "Yes".
Is there a way to specifiy a conditional logic statement in the control
source that would only include the line item if the tax field is "Yes"?