Access 2003: My report generates a paragraph that reads:
...... "requests payment in the amount of "
& bill_amount
& spell_number(bill_amount)
& " representing expenses for the period "
& format(effdate_from)
& format(effdate_to)
I contained them all as an expression in one textbox. However I would like to format the Amount in Words as bold and underlined (in my example - spell_number(bill_amount)). I tried separating them into several textboxes placed side-by-side hoping the "Can Grow" and "Can Shrink" properties will work for me , however, they "grew" downwards and not left-to-right as I would want them to.
My users are quite content with the flat format, but I'm not. Any help?
...... "requests payment in the amount of "
& bill_amount
& spell_number(bill_amount)
& " representing expenses for the period "
& format(effdate_from)
& format(effdate_to)
I contained them all as an expression in one textbox. However I would like to format the Amount in Words as bold and underlined (in my example - spell_number(bill_amount)). I tried separating them into several textboxes placed side-by-side hoping the "Can Grow" and "Can Shrink" properties will work for me , however, they "grew" downwards and not left-to-right as I would want them to.
My users are quite content with the flat format, but I'm not. Any help?