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 Rhinorhino 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

    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...
  3. 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