I have the following statement for a field in a query which looks up the points awarded to a rider based on his rider number.<br><br>DLookUp("[Points]","[q_AMA_SX_RaceResults]","[RiderNumber]=" & [R7] & ""
<br><br>The statement works fine but my difficulty is that one rider may ride more than one class (more than one record per rider). The DLookup function stops at the first entry for that rider and gives me the points for the first entry only. How can I get it to add the points for two or three entries? <br><br>I'm a beginner at this stuff so any help would be greatly appreciated. Thanks!