C
cinnie
I have a SubForm with several textboxes. (txt1, txt2, ...). the Main Form
has buttons cmdNext (DoCmd.GoToRecord , , acNext) and cmdPrev. When I click
Next, say, the next record shows as expected and the subform updates as it
should. But I'd like the cursor to go back to the same textbox it was in on
the previous record. If I'm in txt19 then click cmdNext, I want the cursor
to return to txt19. Is this easy to do?
thanks
has buttons cmdNext (DoCmd.GoToRecord , , acNext) and cmdPrev. When I click
Next, say, the next record shows as expected and the subform updates as it
should. But I'd like the cursor to go back to the same textbox it was in on
the previous record. If I'm in txt19 then click cmdNext, I want the cursor
to return to txt19. Is this easy to do?
thanks