ACC97: Export to ASP or IDC Ignores Filter/OrderBy Properties (162981)
The information in this article applies to:
- Microsoft Access 97
- Microsoft Internet Information Server 2.0
- Microsoft Internet Information Server 3.0
This article was previously published under Q162981 Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
When you export tables, queries, or forms that contain OrderBy and Filter
properties to ASP or IDC format, and then browse the exported files in a
Web browser, the recordset is not sorted and 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 QBE grid rather than using the OrderBy and
Filter properties. Export the new query.
If you are exporting a form, create a new query that implements sorting and
criteria in the QBE grid rather than using the OrderBy and Filter
properties of the form. Export a form that is based on the new query.
REFERENCES
For more information about exporting IDC files, search the Help Index for
"IDC files," and then "Export a datasheet to dynamic HTML format," or ask
the Microsoft Access 97 Office Assistant.
For more information about exporting ASP files, search the Help Index for
"ASP files," and then "Export a form to dynamic HTML format," or ask the
Microsoft Access 97 Office Assistant.
For more information about creating queries, search the Help Index for
"queries, creating" and "queries, criteria, entering", or ask the
Microsoft Access 97 Office Assistant.
Modification Type: | Minor | Last Reviewed: | 1/26/2005 |
---|
Keywords: | kbinterop kbprb KB162981 |
---|
|