IsNull([SomeField],'Unknown')
in a condition might as well just use
([SomeField] is null)
If it's you want 'unknown' on the report and to do some condtional output, then by all means.
Discussion on:
Message 10 of 14

































