ffirozan
02-09-2009, 02:39 PM
Hi,
I am inserting a text in database
INSERT INTO tblTemplateEmail (EmailID, EmailBody)
Values( 63,'Dear Manager First Name, Welcome to ICon! I have been contacted')
and when I want to retriev it I use the following line to break lines but it doesn't work!!!
strEmailBody = Replace(rsUser5("EmailTextBody"),vbCrLf,"<br>")
any Suggestion????
I am inserting a text in database
INSERT INTO tblTemplateEmail (EmailID, EmailBody)
Values( 63,'Dear Manager First Name, Welcome to ICon! I have been contacted')
and when I want to retriev it I use the following line to break lines but it doesn't work!!!
strEmailBody = Replace(rsUser5("EmailTextBody"),vbCrLf,"<br>")
any Suggestion????