I am trying to write a update query for our rental equipment business. In my rental Table I have a primary field[rental number] then [stock number], [date in], [date out] [date2], and [hours]. Every month i want to update my Inventory tables fields[new hours] and [date of new hours] with [hours] and [date2]. It wouldn't be a problem to do it but alot of times a piece of equipment goes out 2 to? a month. When I try to run a update query it does not take the oldest record and store the information. Is it a sorting thing?