Forms Question

  • Thread starter Thread starter nathan sanders
  • Start date Start date
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
 
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.
 
Back
Top