-----Original Message-----
Hi Kim,
You can use the same concept of the query you built to get the count.
- Create a query containing the partnumber table, including all its fields.
- Turn this query into a group/summary query. You would want to group the
query by "partnumber" field. For the other fields, you would choose "First",
"Last", "Sum", "Avg" as you wish (see note below).
- Turn this query into a "Make Table" query, and specify a name of the new
table.
After you execute the above query, a new table is created without duplicate
partnumber values.
NOTE: When you execute this query, Access creates one record for each
partnumber. If you have duplicate records for a partnumber, the values for
the other fields will depend on the grouping option you selected (ie. First,
Last, Avg, Sum, etc. etc.) So, depending on what you currently have in your
partnumber table, there is a potential loss of information. For example,
duplicate records with different values for a given field.
HTH
Immanuel Sibero
.