I need to get either way to work...

I have a report that has an Item field & Item Description
Item needs to be bold
Itemd Description not bold..

Indent the first line of the item description to accomadate(sp?) the item...

EX:
VB Code:
  1. [B]Item Number 1 - [/B] Description here and when it wraps to the next line
  2.        Starts about here... then goes....
  3.        and continues her...
  4. [B]Item 2 with a longer descirpiton - [/B] And also this should indent like
  5.        the other one did....

get it?
SO right now I tried to Overlap the fields... and have the description field CanGrow.. sorta works.. but adding the indent to the line varies??
Tried using

=Space(Len([Item])+15) & [Item_Description]

but since the field is bold.. and not a fixed font.. just doesnt work!!!


just not sure how to pull this one off....