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

    Converting date from DB to date subtype

    Mind to share the function that you have created? I think I'm running into this problem too.
  2. Andeelym

    I have a database field of all the

    I have a database field of all the dates. 12/12/01 12/20/01 07/01/02 07/15/02 08/22/02 08/30/02 09/01/02 I would like to make a dropdown box with only the month and year displayed. December 2001 July 2002 August 2002 September 2002 I can change the values in to the required Monthnames and...
  3. Andeelym

    Converting date from DB to date subtype

    use CDate("variableName") to convert a database date value for use in ASP.
  4. Andeelym

    selecting the default (selected) value from a drop down list.

    Another way is to do this... something which I've done just yesterday... This piece of code makes the default selection of a dropdown box to be a value previously saved into the database. Hope it helps... Assuming you have already extract the value from the database... Variables: txtColor -...

Part and Inventory Search

Back
Top