From your example it looks the the following should fit the bill:
SELECT Make FROM [Name of the Equipment & Make]
WHERE [Name of the Equipment] = [Equipment Name?];
With this, typing in "Personal Computer" should return the list HP, Compaq, IBM, HCL, Mercury.
Is this all you are trying to do?
-Phil-
|