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 John Tel 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. cconlin

    Conditional statement returning an error

    Hello, The following code is throwing an error: <!--- Check to see if the user is adding a new client ---> <CFIF IsDefined(&quot;FORM.ProjectName&quot;)> <!--- Create array of form results ---> <CFSET NewClient=ArrayNew(2)> <CFSET NewClient[1][1]=FORM.CompanyName> <CFSET...
  2. cconlin

    SQL/ASP Insert Data Confusion

    I will give that a shot! Thank you so much for taking valuable time to answer such a basic question. I really do appreciate your kindness!
  3. cconlin

    SQL/ASP Insert Data Confusion

    Recently, I picked up where another developer left off on a project. I am quite new to SQL and I have only been working with ASP for a few months. I have altered a table (bank_info) to include a 'Monthly' column to store a monthly payment calculated by the ASP code on one particular page...

Part and Inventory Search

Back
Top