Locked fields in a form

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
 
R

Rick Brandt

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top