Jun 18 2022 02:54 PM
Hello there:
I'm trying to find a way I can find second and third maximum value from multiple fields in a query eg. my data goes like:
name Math Biology Chem Physics Max 2Max 3Max
buntenix 80 40 25 12 ? ? ?
If anyone out there can help
Jun 18 2022 03:04 PM
The answer may be simple depending on the table structure used.
Is your data normalised?
If this is a crosstab query, you can get the data you want from the original table
However, if each subject is a separate field in your table, it will be much more difficult to do
Jun 18 2022 03:07 PM
Jun 18 2022 03:29 PM
Jun 18 2022 03:35 PM