Continuous Forms-Add but Not Edit Prior Entries

J

Jade

Is it possible to have a subform set to continuous forms so that a user can
add new records and view prior record entries, but not be able to edit the
prior record entries?

Thanks.
 
K

Klatuu

Set the form's AllowEdits = No and Allow Additions = Yes. Be sure to set
AllowDeletions as appropriate as well.
 
Top