cuok
Programmer
- Dec 24, 2001
- 201
Hi friends!
I have a table with many records, ID is “Duplicates ok”
So I have many records for each ID.
What I’ tried to do -with no success- was to make a query that
Searches the max value of a specific field, for each ID, than Gives one record for each ID
TableORG
ID fld1 fld2 fldMAX fld4
1 3 2 2 7
1 4 2 1 3
2 3 7 6 7
1 3 2 5 4
3 7 3 8 7
1 3 2 9 6
2 6 2 5 7
3 3 2 5 7
I’m interesting only in fldMAX so what I want to get is a query gives”
ID fldMAX
1 9
2 6
3 8
I hope I was clear enough
Thanks in advance
CUOK
I have a table with many records, ID is “Duplicates ok”
So I have many records for each ID.
What I’ tried to do -with no success- was to make a query that
Searches the max value of a specific field, for each ID, than Gives one record for each ID
TableORG
ID fld1 fld2 fldMAX fld4
1 3 2 2 7
1 4 2 1 3
2 3 7 6 7
1 3 2 5 4
3 7 3 8 7
1 3 2 9 6
2 6 2 5 7
3 3 2 5 7
I’m interesting only in fldMAX so what I want to get is a query gives”
ID fldMAX
1 9
2 6
3 8
I hope I was clear enough
Thanks in advance
CUOK