making data read only as soon as entered

D

Deepak

Hi

In a subform (as datasheet), i want to make data "read-only" as soon as it
is entered.

plz suggest.


reg
deepak
 
J

John Vinson

Hi

In a subform (as datasheet), i want to make data "read-only" as soon as it
is entered.

Set the Allow Additions property of the form you're using in the
subform to True, and AllowEdits to False.
 
Top