I've got 3 number fields in a table and in a query I've written a maximum expression to bring back the maximum of these three values.
I want the query to record a null or a number value (as I've discovered 0's cause problems) - so if I do a CDbl expression i.e. CDbl(Maximum) - then nulls in...