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 Mike Lewis 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: *

  • Users: thieg
  • Order by date
  1. thieg

    Help Regular Expressions

    Hello Guys, Trying to analyse my web site stats, I tried to exclude from the analysis all the URL that contain fr/ or de/ (Exemple: www.mysite.com/fr/home.php or www.mysite.com/de/home.php). RegExp are not my favorite topic and I couldn't manage to create a correct expression to exclude such...
  2. thieg

    Interested in date script ?!

    Hi all, I tried to create this script without success, any help would be really appreciated :) I receive a date from a form, typically 14-jul-2002, and I want to know which day it is and the associated week number. Clearly, I want to be able to say that this date is the Monday of the 3rd week...
  3. thieg

    Inserting a Date into an Access200 database

    simply put a field call date in your database and Now() for the default value. Don't take care about the date in your insert request, access do it automaticaly...
  4. thieg

    Data base

    Hi, I insert a record in a data base (access). And I use a autonumber data type for this primary key. How can I know the ID of this record, just after my insert? Thank you...

Part and Inventory Search

Back
Top