Hello,
lets say i have 10 textbox in a data entry form, the user enters data into the 10 textboxes. when the user reaches the last text box, and after entry and hit enter, it automatically goes into next record, how do i prevent the form from going into the next record and stop at the last textbox ?
The form will only go into next record only when a certain button is clicked with acNewRec in the on_click event.
lets say i have 10 textbox in a data entry form, the user enters data into the 10 textboxes. when the user reaches the last text box, and after entry and hit enter, it automatically goes into next record, how do i prevent the form from going into the next record and stop at the last textbox ?
The form will only go into next record only when a certain button is clicked with acNewRec in the on_click event.