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 Mike Lewis 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: *

  1. Funinc

    Save an ASP as HTML page

    When writing the html output, try writing the html output including all tags to a string and use the string as the email body.
  2. Funinc

    SQL question that is tough concerning multiple fields in a table

    Try This.... ssql="Select * From tbltransaction inner join tblcustomer on tbltransaction.[CustomerId]=tblcustomer.[CustomerId] Where [TransactionId]=" & lngtid

Part and Inventory Search

Back
Top