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 Chriss 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. bboult10

    Insert multiple rows with one submit

    can someone please help? I would like to add multiple rows to a table with one submitt button. A new key will also have to be generated for each new addition. Here is my code so far. <!--- page1: form.cfm///////////////////////////////////////// ---> <FORM name=&quot;form&quot...
  2. bboult10

    INSERTING SEVERAL DATA IN A TABLE (SAME COLUMN)

    How did you manage your first problem? I would like to do the same thing - add multiple rows to a datadase at once. Thanks bboult10
  3. bboult10

    multiple checkboxes

    Hi All, I hope you can help me here. I'm stumped. I have form that outputs rows from a query. I want to have a checkbox associated with each row where I can select specific rows and update a table with the seleted data when i press a submitt button. Would anyone have any suggestions? Thanks
  4. bboult10

    coverting fields in coldfusion

    Field2 is varChar. The coldfusion error is &quot;Implicit conversion from datatype 'TEXT' to 'VARCHAR' is not allowed. Use the CONVERT function to run this query.&quot; I hope this helps
  5. bboult10

    coverting fields in coldfusion

    Hi, I have been stuck on this problem for quite some time and I would love some help. I am trying to update two different fields (field1 & field2) in a table using cfquery. Both fields should be updated from the same input field (field1_input). Field1 will update without a problem, however...
  6. bboult10

    printing

    Hi, The best way I can describe my scenario is to compare it to hotmail. I have a web page that shows a list (like the inbox in hotmail). Each record in the first column of this list is dynamically linked to further detail on a new page (link viewing the email). What would like to do is add...

Part and Inventory Search

Back
Top