Stop Navigating Next and Previous from PageUp and PageDown INFORM

S

Syed

I am inserting data directly into a table from a Form, I want to Stop
Navigating Previous Entered Records.

Thanks and regards,

Syed Muzzammil.
 
D

Dennis

There is a property of the form called Data Entry. If you set this to Yes, it
will only allow new records to be added.
 
J

John W. Vinson

I am inserting data directly into a table from a Form, I want to Stop
Navigating Previous Entered Records.

Set the Form's Data Entry property to True.

John W. Vinson [MVP]
 
Top