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 Shaun E 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: tlcable7
  • Content: Threads
  • Order by date
  1. tlcable7

    Query with date range criteria... PLEASE HELP!

    I am new to Access, and having some problems when querying date ranges from a database. Here is my query: SELECT Count(INPUTDATE) AS C_LastMonth FROM QMortgage_ameriquest WHERE INPUTDATE >= '9/1/2003' Here is the error I get: Microsoft JET Database Engine error '80040e07' Data type mismatch in...
  2. tlcable7

    Exporting Database to .txt or .csv?

    Does anybody know how to export recordsets as tab delimited text or Ecxel files? I need to bundle the data up to send to some clients. I have heard that there is a way to set the Doctype of a page to an excel format, and then make the excel version available online...? Please Help. Travis Cable
  3. tlcable7

    Selecting Column Names

    I am filling an HTML Table with values from a select statement. I would like the first row to have the Column Names from the database. How do I select the column names? Please Help. Travis Cable

Part and Inventory Search

Back
Top