What is BOL?
I had tried the CASE WHEN ..... then ...... else......end
but I need to have the value go into a new field. So this statement IIf(Len([Price1])> 0,Round([Price1],2),0)AS EZViewPrice1 puts the value in the field EZVIEWPrice1. I tried adding the AS EZViewPrice1 in the CASE...