I have a form, which required a value to be calculated (or lookup) from a table.
Table TotalScores:
Fields: ItemNo (autonumber), Descriptions (text), Score (number)
Sample Data: 1, Breakfast, 25
2, Lunch, .35
3, Dinner, .45
…………..
(Real data has several records.)...