Hi Guys,
I'm having trouble with one of my queries. (Very simple or so I thought)
I have 3 columns
ID (Autonumber) | Part (Text) | Name (Text)
All I want my query to do is go to the highest "ID" (last entry) and return
the that row (ID | Part | Name)
In the query I have the "Total" set to "last" on all columns, however the query returns not always the last entry or highest ID.
Can anybody suggest why this happens???
And how to fix it.
Thanks Heaps,
River