Hi everyone,
I have a calculated field on a form which adds together two currency calculated fields from two other forms. This works fine as long as there are values in both of the fields I am adding together, the problem comes when one of the fields has no value. If there is no data in one of the fields then the result is a blank field.
Here is my calculated field:
=[BackOrders].[Form]![OrderSubtotal]+[OrderDetails].[Form]![OrderSubtotal]
Please help!
I have a calculated field on a form which adds together two currency calculated fields from two other forms. This works fine as long as there are values in both of the fields I am adding together, the problem comes when one of the fields has no value. If there is no data in one of the fields then the result is a blank field.
Here is my calculated field:
=[BackOrders].[Form]![OrderSubtotal]+[OrderDetails].[Form]![OrderSubtotal]
Please help!