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 Rhinorhino 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: dlcook
  • Content: Threads
  • Order by date
  1. dlcook

    Need help with Count(*) Statement

    Can someone help me get this right? I'm trying to count the number of records in a SELECT but I'm doing something wrong - the result is just "". TIA! - David Cook If Rally = "Russia" Then SQLStmtC = "SELECT Count(*) As Cnt FROM stimes2 WHERE Name = '" & Name &...
  2. dlcook

    Need a hacker than knows ASP

    I've got a website that allows drivers of a new racing title called Rally Trophy the ability to post their record stage times and compare with others at http://www.rtrank.com The site and even the domain were donated so everything is free. We currently have about 150 drivers from 25+ countries...
  3. dlcook

    How to customize "Duplicate Values" Error Message?

    When a user attempts to add a record to my database via asp if there is already a record they get the following message: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] The changes you requested to the table were not successful because...
  4. dlcook

    Paging Through Recordset Loses Form Results After 1st Page

    I have a form that lists countries. The user selects his country and the post action calls an asp page that displays the first 25 records of the recordset. When I click the hyperlink to take me to the next page the form data is gone and I get an EOF. I've read the article on Microsoft Q175167...

Part and Inventory Search

Back
Top