T
Tony
Using a subform, I am summing a field across multiple records, then adding
multiple subform totals to provide a single total on the main form. However,
in some cases, some subforms may not return any records (Due to no records
existing for the item), and in this case, i get a #Error response, and the
rest of the calculations on the main form fails. How do I check to see of
the table is empty, and if so return a zero value, otherwise, return the sum
value being sought?
multiple subform totals to provide a single total on the main form. However,
in some cases, some subforms may not return any records (Due to no records
existing for the item), and in this case, i get a #Error response, and the
rest of the calculations on the main form fails. How do I check to see of
the table is empty, and if so return a zero value, otherwise, return the sum
value being sought?