What do you know about the last record that you can use as a filter? What distinguishes it from the entry before it (ID 7) that looks identical? You'll need to decide that on your own. When you insert a record, you can record the ID of the last INSERT so that changes can be made. It's called an IDENTITY in Microsoft SQL.
aputman