ACC2000: Export to ASP or IDC Ignores Filter and OrderBy Properties (208709)
The information in this article applies to:
This article was previously published under Q208709 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).
SYMPTOMS
When you export tables, queries, or forms that contain OrderBy and Filter properties to ASP or IDC format, and then browse to the exported files in a Web browser, you notice that the recordset is not sorted, and that it outputs all records.
CAUSE
The Filter and OrderBy properties are not used when the SELECT statements that the Web files use are generated.
RESOLUTION
If you are exporting a table or query, create a new query that implements
sorting and criteria in the query design grid rather than by using the OrderBy and Filter properties, and the export the new query.
If you are exporting a form, create a new query, or modify the existing query, and implement sorting and criteria in the query design grid. Delete the OrderBy and Filter properties of the form. Set the RecordSource property to the new or modified query, and then export the form.
Modification Type: | Minor | Last Reviewed: | 1/26/2005 |
---|
Keywords: | kbinterop kbprb KB208709 |
---|
|