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 IamaSherpa 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. STKAndy

    vbscript query returning duplicate rows

    This is a SQL Server. Here's the code in question (if that helps, with DISTINCT in it): If DisplayPeriod then If IsDate(request.form("BeginDate")) and IsDate(request.form("EndDate")) then Before = request.form("BeginDate") After =...
  2. STKAndy

    vbscript query returning duplicate rows

    I've got a vbscript program returning duplicate search results. This is a multi-group enabled database which will return all associated files for each group, but not care if they are duplicates from another group. I'm trying to use the keyword DISTINCT, which vbscript seems to be ignoring...

Part and Inventory Search

Back
Top