Steve
It sounds like there's a chance your "unique" combination is, in fact, not.
Have you run a query (Find duplicates) against the data to confirm that
there are no matches on Facility + EquipmentID By the way, if there is NO
chance that two facilities would have the same name, keep on with your
approach. If thee is ANY chance two could use the same name, create a
Facilities table and assign a unique ID to each. Your table in question
then lists ID pairs for Facility and Equipment.

Signature
Good luck
Jeff Boyce
<Access MVP>
> I am building a data base of equipment across several manufacturing
> facilities. There are several pieces of equipment in each facility. I have a
[quoted text clipped - 12 lines]
>
> Steve H
SteveH - 01 Apr 2005 15:22 GMT
Jeff,
You were absolutely right. In spite of by best efforts to check the
integrity of the data I found not only one but two typos that resulted in
duplicates. Thanks for your insight.
Steve
> Steve
>
[quoted text clipped - 28 lines]
>>
>> Steve H