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 Westi 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. alexxx

    Problem with empty RecordSet

    Hi! I want to insert the value of a query into a text box, but the recordset might be empty. So I want that if this happens the text box keeps empty. The code I have tried is the following: <INPUT TYPE=&quot;TEXT&quot; NAME=&quot;codigo&quot; SIZE=40 <%if not (RS.EOF and RS.BOF) then%>...

Part and Inventory Search

Back
Top