B
Bob Quintal
MinScore: DMin("[Score]",I can not get the criteria to work correctly in the following
statement:
MinScore: DMin("[Score]","qryCommodityReport-Step1"," [Part #] =
[Part #]")
My results are as follows:
Part # Score MinScore
0000-0000 373.75 3.95
0000-0000 372.5 3.95
70065 4.95 3.95
70065 5 3.95
70065 4.9 3.95
70065 7.5 3.95
70065 3.95 3.95
Desired results:
Part # Score MinScore
0000-0000 373.75 372.50
0000-0000 372.5 372.50
70065 4.95 3.95
70065 5 3.95
70065 4.9 3.95
70065 7.5 3.95
70065 3.95 3.95
I want the min for each part# not for the entire set as I am
getting in the above example.
If I manually type in the part # with apostrophes it will give me
the dmin of the part# I put in the apostrophes. I don't
understand what I am doing wrong. Please help and explain.
greatfully yours,
Robert
"qryCommodityReport-Step1",
"[Part #] = " & [Part #] )