New Access Report Question... Formatting
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....
Re: New Access Report Question... Formatting
What if you made the height of the Item Number label = to the height of the description label?
1 Attachment(s)
Re: New Access Report Question... Formatting
height isnt the problem though...
the description label needs to be indented for the space it overlaps the Item label...
like this:
1 Attachment(s)
Re: New Access Report Question... Formatting
here is a better look...
first line.. no good.. too much space..
second line not enough
third.. perfect...
(dont forget.. most of these will be multi line.. so the second line needs to wrap under the first .. like in the first post. Thats why the boxes need to overlap as show in the second post...) :ehh: