T
Tami
I have a database in Access that I use for my Science Fair students. They
are scored four times, but, I only want the three highest scores. So, I
thought I could use DMIN to find the lowest score, and then I would subtract
that score from my totals score I created in the query. Can I use DMin
function in a query for this, or will DMin only work with groups of records?
The four fields are [S1] [S2] [S3] [S4]. In the query, I typed:
LowestScore: DMin(database, field, criteria). DMin([Science Fair]![total],
[Science Fair]![S1], [Science Fair]![S2], [Science Fair]![S3],Science
Fair]![Science Fair]![S4], criteria) I'm stumped. If you have an easier
better solution, I'm all for it as I have put hours into this going in
circles. Thanks!
are scored four times, but, I only want the three highest scores. So, I
thought I could use DMIN to find the lowest score, and then I would subtract
that score from my totals score I created in the query. Can I use DMin
function in a query for this, or will DMin only work with groups of records?
The four fields are [S1] [S2] [S3] [S4]. In the query, I typed:
LowestScore: DMin(database, field, criteria). DMin([Science Fair]![total],
[Science Fair]![S1], [Science Fair]![S2], [Science Fair]![S3],Science
Fair]![Science Fair]![S4], criteria) I'm stumped. If you have an easier
better solution, I'm all for it as I have put hours into this going in
circles. Thanks!