D
Darrell Childress
I have a continuous subform which shows all orders for a customer. In
the form's footer, I have placed a control which gives a total for all
customer orders... =Sum([OrderAmount])
However, some of the orders have been canceled (denoted by a checkbox
named Cancelled). How can I have the total only include orders which are
NOT canceled? I realize that I could write a query that only displays
uncanceled orders and make that the subform's source, but I would prefer
to show all orders (I've used conditional formatting to show canceled
orders with a red background).
Much thanks,
Darrell
the form's footer, I have placed a control which gives a total for all
customer orders... =Sum([OrderAmount])
However, some of the orders have been canceled (denoted by a checkbox
named Cancelled). How can I have the total only include orders which are
NOT canceled? I realize that I could write a query that only displays
uncanceled orders and make that the subform's source, but I would prefer
to show all orders (I've used conditional formatting to show canceled
orders with a red background).
Much thanks,
Darrell