- Local time
- Today, 22:46
- Joined
- Sep 12, 2006
- Messages
- 16,096
If you have a totals query to find the highest value in a table (say) - you often need to get some other info about that highest value record (say the date)
but there's apparaently no way of getting that extra field in to the base query, as an expression or anything else - because then it treats the new field as a group by, so you no longer get the max value
is there any way of doing this directly, other than doing a dlookup for the max value you just retrieved.
but there's apparaently no way of getting that extra field in to the base query, as an expression or anything else - because then it treats the new field as a group by, so you no longer get the max value
is there any way of doing this directly, other than doing a dlookup for the max value you just retrieved.