I was using the repeater control, but had to junk it and write out the HTML because when I tried to put an if statement inside the control, I got an error, something to the method effect that it wasn't allowed.<BR><BR>Can if statements be used withing the pre-built controls somehow.<BR><BR>What I wanted was if Field A is not null, then print out ABBA<BR>ELSE print out ADOBO -- that kind of thing.