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 gkittelson 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. levi71

    I have an old problem with text fields.

    I know that this problem is old, but the regular fixes don't seem to word. I am writing information from a textarea to a database and then recalling that information on another page along with some text boxes. All of the text boxes show the correct information, but the textareas do not...
  2. levi71

    Problem: AddDate roles back year

    I used the adddate function to add to the date as follows: newdate = dateadd(&quot;yyyy&quot;,3,date_primary) Response.Write &quot;<INPUT TYPE='text' NAME='next_pri_reeval_due' VALUE='&quot; & newdate & &quot;'>&quot; Here is the value that is returned when I input 1/1/2001 as the date...
  3. levi71

    How do I add 3 years to a datetime field from a database.

    I need to dynamically add 3 years to a datetime that has previously been entered from a form, and show that date on my asp page. Anyone know how to do that?
  4. levi71

    How do I add 3 years to a datetime within a web application.

    I am trying to dynamically add 3 years to a datetime field from a given datetime input within a web application using SQL7.0 as the database. Anyone know how to do it?
  5. levi71

    INSERT into multpile tables

    How do I automatically insert a value into multiple tables from a web based application using MS SQL 7 or MS SQL 2000.

Part and Inventory Search

Back
Top