Locking single records to prevent further modification

T

Tired

Is this possible? It seems like a useful tool to have a button that locks a
form from further editing yet I see no discussion of this anywhere.
Thanks,
 
F

fredg

Is this possible? It seems like a useful tool to have a button that locks a
form from further editing yet I see no discussion of this anywhere.
Thanks,

Set the form's AllowEdits property to No.

You will be able to add new records but not able to change them
afterwards.
 
Top