I have a table containing the Items
(code, name, prices), when I use Access database I can write a query (Query by Example-QBE) and pick all these columns and grouping them for the last one which is prices I can use last function in QBE and it will easily after running, it will show distinct values of items with the last value of prices...
But when I try to do that I shocked when I don't find a function name like (last()), and after searching it made it complicated for me.
Do you have any idea how to solve this?