My crystal report is retrieving values from MS Access via ODBC. Occasionally these (numeric) values will be blank. How can I ensure that a zero is displayed in all such fields?
I have tried:But it keeps saying that it's expecting a numeric value here (at the "")Code:If {Field} = "" then 0.00




Reply With Quote