Forms Question

N

nathan sanders

I have a form that I use to enter customer jobs.

How do I stop the form from moving to the next record when I tab out of the
last field on the form.

Cheers
Nathan
 
R

Rick Brandt

nathan sanders said:
I have a form that I use to enter customer jobs.

How do I stop the form from moving to the next record when I tab out of the
last field on the form.

Change the Cycle property of the form from All Records to Current Record.
 
Top