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

    Updating a table with sql

    I am trying to update a table when a selection is double clicked i keep getting a error that i am missing an operator in my sql here is what my sql looks like Dim sql As String sql = "UPDATE CitationComment SET CitationComment.Citation_Viewed = " & True & &quot...
  2. oxenss

    How can I in sql

    I am trying to get text records out of a database the problem I am having is we have limited the text to being 75 char long so there is multiple lines for each comment_ID and I want to group the multiple lines together. I have thrown my SQL statement in that i have so far SELECT...
  3. oxenss

    populate a label from sql

    I am very much a rooky programmer in my first internship and dont have a lot of help here. what I am trying to do is get a date field from the database to fill a label with the date. the date would be the hire date of an employee from a employee table. I have been fighting this for a couple of...

Part and Inventory Search

Back
Top