Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text Box Code Question, Might Stump Ya!!!

Status
Not open for further replies.

johnnycoco

Technical User
Aug 22, 2002
5
CA
Alright, I recently converted my access97 database file into an access2000 file. In the process some of the reports did not make it into 2000 format. Therefore, I am recreating them in access2000. I have hit a snag in one of them however.

The control source for my text box is "RespDuties" which is in HTML format, read from the web and diddled with SQL to get it into the report. Previously in 97 the text box contained the line:

IIf(Len([RespDuties])>0,RemoveBreaks([RespDuties]),"")

This line checks to see if the source is actually there, and if so removes the <BR> tags and formats the output on the report so that the <BR>'s get replaced with newlines on the output. RemoveBreaks is a function within the ASP on the client side.
Any ideas?
 
only in the lack of a specifc question


MichaelRed
m.red@att.net

There is never time to do it right but there is always time to do it over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top