Mike,

Thank you for that! One problem I'm having is that this bit of code seems to work some times, but not others. Seems like the pattern is this:

The first time the form comes up, the value in the ID textbox is selected as I'd hoped for. I can scroll through the ID's (buttons on the form to go up/down) and each time the form is refreshed, the ID is selected.

Then I close the form (me.hide).

The NEXT time the form comes up, however, the ID is NOT selected, and scrolling through them doesn't change that behavior. HOWEVER, if I click in the ID textbox & put the cursor there, then click on Next or Previous, then the ID does come up as selected. And comes up that way for each subsequent refresh of the form. But, when I close the form, I'm back where I started: call it up, ID is not selected, and won't be until I click in that textbox. Then it will be each time the form is refreshed, until I close the form.

Is there something I'm doing wrong?

Thanks,

GT