Locking single records to prevent further modification

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