Ann Harrell
|
| Posted: 08/11/2001, 9:16 PM |
|
I'm trying to set up a jobs database. One of the fields I want to use is a
memo field. How do I get the field to display paragraphs?
Ann Harrell
|
|
|
 |
Alistair McFadyen
|
| Posted: 08/13/2001, 12:59 AM |
|
Ann
In the Before Show event, use something like this:
fldMemo = replace(fldMemo, vbcrlf, "<br>")
and make sure you mark the field as HTML in properties.
Alistair McFadyen
"Ann Harrell" <ann@starband.net> wrote in message
news:9l4vv8$5gt$1@news.codecharge.com...
> I'm trying to set up a jobs database. One of the fields I want to use is a
> memo field. How do I get the field to display paragraphs?
>
> Ann Harrell
>
>
|
|
|
 |
|