We have an inventory database that stores a record of each transaction using a number field called "audit_trail" which increments for each transaction. Each transaction also includes fields for the posting period which corresponds to the month (i.e. January = 1, etc.), the year, and a quantity left after the transaction.
What I need to do is find the quantity for the last transaction of a period for every item of inventory. I don't need anything fancy to look at and I can put the criteria into the QBE window. I just need help getting the query to give me only the last transaction for each item.
Bear
What I need to do is find the quantity for the last transaction of a period for every item of inventory. I don't need anything fancy to look at and I can put the criteria into the QBE window. I just need help getting the query to give me only the last transaction for each item.
Bear