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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by chaos986

  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

    sorry. I've been working with this for 2 days am frustrated. That piece of code is part of a processing script for a form which adds questions to a database. I am editing the code on a developmental server on our network. When i submit question the entire dev. server stops and must be...
  4. 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