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

    Syntax error in UPDATE line

    I'm trying to update an ACCESS form when a form is submitted. I've looked over it for a few days and can't find a solution that satifies the surver. The problem line is: objConn.Execute("UPDATE Questions SET question = '" & question & "' WHERE ContentPage = '" &...
  2. chaos986

    positing a layer using css

    I need to positiona layer floated to the right but still creating a corrdinate system for its children. float:left does not satisfy the second requirement, and i cannot seem to get javascript command screen.width to work in css code. I can position the layer relatively in one resolution but this...
  3. chaos986

    segment of code stopping the network

    I cornered the bad code to this segment but cannot find it. Set RS = objConn.Execute("UPDATE Questions SET question = ('" & question & "') WHERE (ContentPage, QNumb) = ('" & ContentPage & "','" & QNumb & "')") For a=1 to Choices Set RS =...

Part and Inventory Search

Back
Top