The record number is a dynamic indicator that will change with deletions or additions to your table, so you can't use it to regularly find records. You should have a field in your table that is a unique identifier, something like Project Number, that you should use instead. If you list that...