S
Scott
i have a continuous subform that i'm trying to forcce the focus to the next
continuous record after the user modifies the last textbox control on a row.
i tried the below code on the afterupdate event, but get error "you can't go
to the specified record". any ideas to force focus from last control of the
row to the first control of the next row?
CODE:
DoCmd.GoToRecord , , acNext
continuous record after the user modifies the last textbox control on a row.
i tried the below code on the afterupdate event, but get error "you can't go
to the specified record". any ideas to force focus from last control of the
row to the first control of the next row?
CODE:
DoCmd.GoToRecord , , acNext