On Thu, 25 Oct 2007 10:37:00 -0700, Bonnie <(E-Mail Removed)>
wrote:
>Can anyone tell me a quicker way to delete multiple records in Access?
>
>Currently, I am clicking/highlighting/scrolling through multiple rows in my
>table to delete them.
>
>I have around 200,000 to delete.
>
>Thanks if you can help!! Bonnie
A Delete query will do this in a snap. If you want to delete all the records
in the entire table, just create a query based on the table and change it to a
Delete query. To selectively delete records, apply a criterion to the query on
the Criteria line.
Be sure to compact the database after you run this, to recover the space
formerly occupied by the deleted records.
John W. Vinson [MVP]
|