don't want to move to new record

  • Thread starter Thread starter Junior
  • Start date Start date
J

Junior

On popup form [FormLetter] in the after update of [cboLtr] i check if a
field is null -
if null then msgbox alerts user and the label and txtbox become visible so
user can enter data-

That part works - except after entering the data and return key - the form
moves to a new record.
I want it to remain on the current record in order to run a click event-
how can i keep the form on the current record?
 
Tools, Options, Keyboard tab. Change it to however you
want the enter key behavior to be.
 
Form properties
Cycle = Current Record

HTH
Ali
Antonio said:
Tools, Options, Keyboard tab. Change it to however you
want the enter key behavior to be.

-----Original Message-----
On popup form [FormLetter] in the after update of [cboLtr] i check if a
field is null -
if null then msgbox alerts user and the label and txtbox become visible so
user can enter data-

That part works - except after entering the data and return key - the form
moves to a new record.
I want it to remain on the current record in order to run a click event-
how can i keep the form on the current record?


.
 
Back
Top