OutFront Forums
     Home    Register     Search      Help      Login    

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

 

Formatting Memo fields in Access

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP, PHP, and Database >> Formatting Memo fields in Access
Page: [1]
 
mjmtravel

 

Posts: 327
Joined: 7/30/2006
Status: offline

 
Formatting Memo fields in Access - 5/21/2009 10:33:25   
Hello all

I just had to post this find, it may not be special to everyone, but for those looking for a very simple way to add paragraphs in your access memo fields very easily, this is it. This is a old microsoft work around that works from Front Page 2000, 2002 and 2003.

I have tried the carrage return coding but only received errors with it. My forms are updating a access database and built with the form wizard and not on the spooky diet.
Replace this code on the results pages with the field you want to have paragraphs and put this in its place. It worked for me and was a piece of cake.

Adding Paragraphs in a memo field. This must go in the results page or display page.



Old form field <%=FP_FieldVal(fp_rs,"Description")%>

New replacement <%=Replace(FP_FieldVal(fp_rs,"Description"),vbCrLf,"<br>")%>
Page:   [1]

All Forums >> Web Development >> ASP, PHP, and Database >> Formatting Memo fields in Access
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts