I have a query that reads from a table where the fields have many null values. On of the query fields is a calculation that multiplies several fields in the table. If the table field has a null value, the calculation results in an error. Is there a way to quickly correct the null value issue ? Can nulls be converted to 0 easily with a standard function ?