don't use a formula field (unless you need to change the actual text returned and not just the font style) but rather:
insert your DB field DB.DOOR into the report where you want it displayed
right click on it
select format field
select Font tab
click on the formula button (x-2) next to style
add your condition here
if currentfieldvalue='Door to Door' then crbold else crregular
Edited by DBlank - 17 Jul 2012 at 7:05am