98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access Training and help » Delete Query
Delete Query
Resolved · Low Priority · Version 2007
Rachel has attended:
Access Intermediate course
Access Advanced course
Delete Query
How do you create a delete query using a lookup value?
RE: Delete Query
Hi Rachel
To delete records from a single table, or from tables with relationships, first create a new query containing the tables that you want to use (eg Products and Suppliers), Then:
1. In Query Design view, click the Delete Query button in the Query Type section. This adds a delete line to the query.
2. Drag the asterisk (*) from the tables you want to delete records from (Products) to the design grid. The word From appears in the Delete cell.
3. Drag the fields that you want to use as criteria to the design grid. For example, if you want to delete all records of Products from California from the product table you should drag the State field from the Suppliers table to the grid. The word Where appears in the Delete cell.
4. In the criteria cell type the criteria that you want to delete. In this example, you would enter "California"
However to use a lookup value in place of
Thu 9 Apr 2009: Automatically marked as resolved.
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:DsumYou can create percentage values based on individual products / items by using a Dsum function (used with a grouped query) |