Working to clean up file registration/tracking, I am stumped on this one:
Table has a Registration_Id (Number) and Download_Date (Date/Time) for fields. When users get click-happy downloading files, two or more records are added to the table (with a 1-3 seconds later Date/Time value).
My task is to filter out this "bad behavior" for reporting. To return a recordset of bad file requests, I would like to create a query to find records that share the Registration_Id and have Download_Date values very close to each other.
Any help would, of course, be greatly appreciated.
Table has a Registration_Id (Number) and Download_Date (Date/Time) for fields. When users get click-happy downloading files, two or more records are added to the table (with a 1-3 seconds later Date/Time value).
My task is to filter out this "bad behavior" for reporting. To return a recordset of bad file requests, I would like to create a query to find records that share the Registration_Id and have Download_Date values very close to each other.
Any help would, of course, be greatly appreciated.