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

    Writing SQL results to a textbox

    Hi. I'm trying to write the sql results to a textbox for display. My codes are as follows to retrieve the value via sql. However, i'm having trouble writing the results to the textbox. Can anyone help? Private Sub Form_Load() Dim cn As ADODB.Connection Dim rs As ADODB.Recordset Set cn =...
  2. wonghei7

    Clear Form Problem

    I created a command button to clear a form by defining all the text boxes to " " and setting all the radio buttons to the default buttons. However, after doing this, the error handling of another command button on the same form no longer works and I have to exit and re-enter the form...
  3. wonghei7

    Run time error 91

    Hi. I'm trying to create a user login screen by verifying the user ids and passwords maintained in a database connected via ADO. But when I run the program, the run time error 91 pops up. I still couldn't figure out what's wrong. My codes are below: Option Explicit Private Sub...

Part and Inventory Search

Back
Top