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

    Opening Query Results In Form

    Perhaps this will help: The &quot;Querie&quot; name MUST match the FIELD name on the form to which you pass the script to. Example: <%=FP_FieldHTML(fp_rs,&quot;Name&quot;)%> The above code would be inserted into the field value to have the information passed from the Querie... Hope it helped!
  2. Hamrick

    SQL Update command and FORM fields?

    Help! I also need help with the Update command. I have created a FORM, let's say it has several fields: field1, field2, field3, etc... I want to issue an update to the database, using ALL the field values as...

Part and Inventory Search

Back
Top