D
devastator442
Hello all,
I have a form that has three subforms each with a subtotal. I have these
subtotals in the footer of each subform. I then have a field on the main
form called GrandTotal which sums these three subform subtotals.
It works fine unless one of the subforms has no record. Then the GrandTotal
field just displays nothing.
=[GeneralTransactionsSpendQRY2].[Form]![SubTotal]+[SoftwareTransactionsLicenseQRY].[Form]![SubTotal]+[SoftwareTransactionsMaintenanceQRY].[Form]![SubTotal]
is the value I have it set to.
Ideally, I would want the field to treat a lack of a record as 0. How can I
accomplish this? Thanks.
I have a form that has three subforms each with a subtotal. I have these
subtotals in the footer of each subform. I then have a field on the main
form called GrandTotal which sums these three subform subtotals.
It works fine unless one of the subforms has no record. Then the GrandTotal
field just displays nothing.
=[GeneralTransactionsSpendQRY2].[Form]![SubTotal]+[SoftwareTransactionsLicenseQRY].[Form]![SubTotal]+[SoftwareTransactionsMaintenanceQRY].[Form]![SubTotal]
is the value I have it set to.
Ideally, I would want the field to treat a lack of a record as 0. How can I
accomplish this? Thanks.