ACC2002: "Action" Stored Procedures Appear in Page Wizard (287471)
The information in this article applies to:
This article was previously published under Q287471 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies only to a Microsoft Access project (.adp).
SYMPTOMS
When you create a data access page, you may notice that stored procedures appear in the list of tables and queries in the New Data Access Page dialog box as well as in the Page Wizard. If you select one of these procedures when you use the wizard, there are no available fields to select from and clicking Next returns the following error message:
You must select fields for the page before you can continue.
CAUSE
Not all stored procedures can be used to create a data access page. Stored procedures can also be used to carry out actions such as inserting or updating or deleting data, or creating tables. These procedures do not return results that can be used by a page. Stored procedures that do not return results may contain the following SQL statements: - INSERT INTO
- DELETE...FROM
- UPDATE...SET
- CREATE TABLE
RESOLUTION
With a data access page, choose a stored procedure that returns records with fields.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 11/5/2003 |
---|
Keywords: | kbbug kberrmsg KB287471 |
---|
|