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 John Tel 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: leppyk
  • Content: Threads
  • Order by date
  1. leppyk

    Display results from SQL query in text box

    I am tryin to display the value from this sql statement in a text box on the web page. strSQL = "select sum(POVal1) from projects where project_code = '12345'" objRst.Open strSQL,objConn,adOpenStatic objRst.Close However when i look at the text box it contains the select statement instead of...
  2. leppyk

    Convert String to Int

    i have 3 text amounts and i need to create an int total of them. how can i convert the 3 amounts to long ints so i can get a total of these fields.

Part and Inventory Search

Back
Top