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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.