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:
[B]Item Number 1 - [/B] Description here and when it wraps to the next line Starts about here... then goes.... and continues her... [B]Item 2 with a longer descirpiton - [/B] And also this should indent like 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....





Reply With Quote