Hi all, im quite the access noob and I have what is hopefully a simple question to answer for the veterans.
I've created a database which currently has two tables. One called asset and the other movement. A relationship exists between these tables so that i can find out which movements have been submitted to an asset. (Movement ID is related to the Asset ID in the asset table.)
My question comes when i try to find the last movement of an asset.
I have created a query which has a movement id field and a location field. I have set the query totals to group by the movement id field and the location to last.
This query seems to pull out random records, right now it will only pull the first record or 2nd record if i set the query to first.
Can anybody help me on this?
Many Thanks!