Locked fields in a form

  • Thread starter Thread starter JD
  • Start date Start date
J

JD

I have a form that is designed to add status updates to
items. It is currently setup so that previous updates are
listed in the detail area of the form, with the very last
record being a blank record for inputting a new one.

What I want to do, is lock the previous records, but still
have them shown. Once a new record is entered, I want it
locked as well. So no changes can be made to previous
records.

Can anyone help me? How do I need to set this up?

-JD
 
JD said:
I have a form that is designed to add status updates to
items. It is currently setup so that previous updates are
listed in the detail area of the form, with the very last
record being a blank record for inputting a new one.

What I want to do, is lock the previous records, but still
have them shown. Once a new record is entered, I want it
locked as well. So no changes can be made to previous
records.

Can anyone help me? How do I need to set this up?

Form properties:

AllowAdditions = Yes
AllowEdits = No
 
Back
Top