New Records are being entered into a table in which the list source query sorts records by the content of a time field (not current) in each record. After they have entered a record, the list gets requeried to add the new record in, and sorts it. Next, I want the list clicked on the record they have just done so they can edit it. However my problem is knowing the listindex value to get clicked on IF THEY ENTER RECORDS NOT IN THE ORDER OF THE TIME FIELD. I did have it set so it clicked on Listindex 0, thinking this would always be the case, but now it will not always work, and they get the wrong record to edit straight after save. Any suggestions? Thanks