First off, I apoligize if this is a stupid question, but I've racked my brain, and I'm at a loss. Did I mention I'm a beginner with VB? Here's what I want to do:

From my DB, I would like to select the records that contain the lowest 4 field values:

score name
10 BOB
11 ROB
33 SLOB
60 KNOB
90 MOB
22 MELVIN

From this, I want it to select the records that contain 10,11,22,33, HOW??????PLEASE HELP!!

------------------