Below are the steps that I believe you are referring to and my comments
1. Yes I want to delete any record where the values in ThisField and
ThatField are equal to one another.
2. Create a Query based of my table. This I can do without any problem
3. Select the Primary Key and This Field. How do I select these two fields
in a query?
4. Put criterion on thisfield of =[thatfield] This I can do without any
problem
5. change it to a delete query. How do I change it to delete query?
6.How do I make sure that the primary key field has "from" on the action
line
7. Run the query by clicking the ! icon. This I can do without any problem
Thank you
John Vinson said:
Marc it is not that I have two similar records. It may be only one record
that happens to have two identical values in two different fields.
You can create a Delete query with a criterion. Suppose you want to
delete any record where the values in ThisField and ThatField are
equal to one another: create a Query based on your table; select the
Primary Key field and ThisField; put a criterion on ThisField of
=[ThatField]
Change it to a Delete query and make sure that the Primary Key field
has "From" on the action line.
Run the query by clicking the ! icon (or just doubleclicking the query
name in the database window) and it will delete those records.