Display Access memo field

V

Vincent Lau

Hello,
I'm new on ASP and Access. I stored several lines of information in a Access
memo field.

I use follow ASP response.write statement to display contain of the memo
field.
Response.Write sa1("job_detail")

However, all the lines are mixed into one line. How can I show it in the
original format?

Thanks
 
C

Chris Hohmann

Vincent Lau said:
Hello,
I'm new on ASP and Access. I stored several lines of information in a
Access
memo field.

I use follow ASP response.write statement to display contain of the memo
field.
Response.Write sa1("job_detail")

However, all the lines are mixed into one line. How can I show it in the
original format?

Thanks
Please don't multi-post.
 
D

Darryl

Vincent,

I am doing what I believe is the same thing with a couple of sites that
I am working on. I use the Rich Text Editor by Kevin Roth to capture
the information in HTML format and then it keeps the formatting when it
is saved and reposted from the database.

http://www.dynamicdrive.com/dynamicindex16/richtexteditor/index.htm

The RTE takes a little work to get into your page, but once it is up
and running, it is pretty slick. You can then have bullet points and
other types of formatting.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top