don't want to move to new record

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?
 
A

Antonio

Tools, Options, Keyboard tab. Change it to however you
want the enter key behavior to be.
 
N

Newbie

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?


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top