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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by johany

  1. johany

    Keeping words together?

    Thanks! That really helped. This way it works very good: 'Get a big chunk of text from a db and replace the 'linefeeds with <br> SearchString = replace(rsBook(&quot;str_Desc&quot;), VbCrlf, &quot;<br>&quot;) 'search for blank space SearchChar = &quot; &quot; 'position of blank space in...
  2. johany

    Keeping words together?

    Ok, I've retrived some really long text from a table. Now I'd like to split it up into two columns. I replace some stuff and then: For col1: left(string,600) For col2: left(string,600) My problem is that words get split up i.e in col1 it sais: &quot;I have a big blac&quot; and in col2...

Part and Inventory Search

Back
Top