I have a very complicated Access database that has a fairly simple web interface for limited use on an intranet. The ASP page is querying a very complex access query. The access query displays the correct recordset (no duplicates), but when the recordset is then viewed via ASP, duplicate records appear.
There is no grouping in the query and the only thing I can see that might be tripping this thing up is a blank date field.
I got around the error by looking at the unique id in ASP and not writing the duplicate records out, but I'm curious if anyone has an explanation. I've only seen this with very complicated queries (10+ tables)
There is no grouping in the query and the only thing I can see that might be tripping this thing up is a blank date field.
I got around the error by looking at the unique id in ASP and not writing the duplicate records out, but I'm curious if anyone has an explanation. I've only seen this with very complicated queries (10+ tables)