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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kjacarver

  1. kjacarver

    ActiveX to Extract MS Word Document Properties.

    Please could someone let me know of a site where I can find details concerning the extraction of Microsoft Word document properties using ActiveX. I am very new to the world of ActiveX and so any help will be very much appreciated.
  2. kjacarver

    SQL Query date format conversion.

    Dear Mighty Thank-you for your time on this matter, I have by trial and error now figured it out. The date will always start with 01 in the database, so it is just a case of swoping the month and day around. strQuery = strQuery & "AND (Input_Date BETWEEN '" & month(strFromDate)...
  3. kjacarver

    SQL Query date format conversion.

    The dates are stored as a String, and in the British format.
  4. kjacarver

    SQL query date conversion

    I'm having a problem converting the British date format to the American date format within an SQL query. I use the Month and Year methods to attain the month and year values from the two variables - strFromDate and strToDate. However, I'm not sure of the syntax to use in the query. Here is the...
  5. kjacarver

    SQL Query date format conversion.

    I'm having a problem converting the British date format to the American date format within an SQL query. I use the Month and Year methods to attain the month and year values from the two variables - strFromDate and strToDate. However, I'm not sure of the syntax to use in the query. Here is the...
  6. kjacarver

    aspSmartUpload filesize question

    I have installed the aspSmartUpload facilty in an ASP project. However, I cannot upload files larger than 1 meg. Does anyone know why this might be. Thanks in advance.

Part and Inventory Search

Back
Top