ACC: Previewing Records That Will Be Affected by Action Query

Last reviewed: April 2, 1997
Article ID: Q113879
The information in this article applies to:
  • Microsoft Access versions 2.0, 7.0, 97

SUMMARY

Novice: Requires knowledge of the user interface on single-user computers.

An action query modifies data or copies data from one table to another. An action query does not produce a recordset of the completed action that you can view in Datasheet view. To view the results of an action query, you must open the table that the action query affected. You can, however, preview the records that will be selected by an action query. To do this, open the action query in Design view, and then click the Datasheet View button on the toolbar.

The following table lists what will be shown in Datasheet view for various types of queries:

   Query Type     The Datasheet Displays
   -----------------------------------------------------------------
   Update         The fields to be updated with their current value, not
                  the new value.
   Delete         The records to be deleted.
   Make-Table     The fields to be included in the new table.
   Append         The records to be added to another table.

REFERENCES

For more information about action queries, search the Help Index for "action query," or ask the Microsoft Access 97 Office Assistant.


Keywords : kbusage QryMktbl
Version : 2.0 7.0 97
Platform : WINDOWS
Hardware : X86
Issue type : kbinfo


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 2, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.