> Bill VanAlstyne wrote: > What I actually ended up doing was replacing the simple term "mode" > in the report layout with the expression: > > iif(mode="CW","CW","")+iif(mode="USB","SSB","")+iif(mode=='LSB',"SSB","") Oops, error... That last term should have been: ... iif(mode="LSB","SSB","") Bill / W5WVO