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

Search results for query: *

  • Users: lecooper
  • Content: Threads
  • Order by date
  1. lecooper

    Extra characters in Textarea

    My Comment fields (textareas) end up with 9 extra &quot;special characters&quot; after any data. If no text is added to the field when the page is submitted, then it puts just the 9 characters into the database. They seem to be &quot;tab, Cr, Tab, Cr, Tab, Cr etc Code: <TEXTAREA...
  2. lecooper

    ASP query &amp; logic

    I want to: sql = Select PhoneNum from table open rs If not rs.BOF then Do While NOT rsEOF Count = Count + 1 PhoneNum(count) = rs(&quot;PhoneNum&quot;) rs.movenext Loop end if and end with some variables: PhoneNum1 = 590-1234 PhoneNum2 = 590-1235 PhoneNum3 = 590-1236 BUT...

Part and Inventory Search

Back
Top