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 Chris Miller 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. shadowspell

    Populate a dropdown menu with names of db tables...?

    Hi, Just as one can populate a <select> tag with fields read from a table, can populating a <select> tag with table names read from a database also be done? Thanks for any help, my book doesn't seem to address this. Chris ~`^%
  2. shadowspell

    SQL UPDATE statement with SET

    Thanks PHV, That was it- one stupid little comma. :P Chris
  3. shadowspell

    SQL UPDATE statement with SET

    Is it possible to SET two or more field values with one UPDATE statement, such as the following. The syntax will be incorrect... SQLstmt = "UPDATE tbl_wr_Main SET dev_proj_status = 'Assigned' dev_developer = 'Johnson' WHERE tbl_wr_Main.id IN (" & dev_accept_these & ")" The variable...
  4. shadowspell

    A little help with javascript if/then...

    Chessbot, This worked out great. Thanks for your time and expertise. I hope I can actually contribute one day. Take care, Chris ~`^%
  5. shadowspell

    A little help with javascript if/then...

    Chessbot, My my you seem to be real good at this. You seem to have an understanding of my vision. Thank you for your feedback and expertise. I will test this code after the Holidays and provide feedback. Happy Holidays to you and yours. Chris ~`^%
  6. shadowspell

    A little help with javascript if/then...

    A little help with javascript please... Hi all, me again, Could someone help me with this two function javascript? In the first function, I want to check the value of a form field called "proj_sel_wrtype". It is a radio button field that will be equal to either "Posting" or "Project". If the...

Part and Inventory Search

Back
Top