Thanks or your help. That code gets me really close.
I actually have a form where the user enters search criteria, I build that
search criteria into a SQL statement that I use when I open the form in
question.
I'm still having a couple of problems with the form. The Next and Previous
buttons are working fine, but I have an unbound text box I'm using to display
"Record 1 of 5" type information. When the selection criteria returns
multiple records, the number of records returned is 1 until I hit the Next
button the first time, then the correct number is displayed. When the
selection criteria returns only one record, in some cases the number of
records comes back as 2 (instead of 1) and my navigation buttons are disabled.
Any ideas?