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 gkittelson 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. starkmann

    Need UPDATE query help using textboxes in VB6

    For all responses, Thank you. However after pulling my hair out for a few more days I finally found a solution to my own problem: Use a combo DELETE and INSERT in place of UPDATE. I did get this to work. And for anyone else who may be interested, the code is: 'Perform an UPDATE by first...
  2. starkmann

    Need UPDATE query help using textboxes in VB6

    VB is telling me that my field names inside tblClients, such as ClientID are undefined. All I want to do is update a selected record that was loaded into a series of textboxes. statement = "UPDATE tblClients " & _ "SET (" & _ ClientID = "'" &...

Part and Inventory Search

Back
Top