S Steve Schapel Jun 25, 2005 #2 Wrenchman, Try this... SELECT * FROM YourTable WHERE YourID In(SELECT First([YourID]) FROM YourTable)
Wrenchman, Try this... SELECT * FROM YourTable WHERE YourID In(SELECT First([YourID]) FROM YourTable)