So, I think I solved it (sort of, the code could be cleaner) this way:
tblAttributes is
ID, Category, Attribute1, Attribute2, ... , Attribute10
So
1, Pumps, HP, Voltage, Type, Material, Inlet Size, Outlet Size
2, Holding Tank, Capacity, Diameter, Height, Type, Material
.
.
.
Then on my...