Allen:
I appreciate the response, but this technique allows users to change records
that have been entered already. I don't want users to be able to modify
already-entered records in any of the 3 forms (Main, Sub, and sub-sub). I
want them to be able to see the already-entered records, but not be able to
change them. I need to do the following:
- Main Form: Can't add, delete, or change data
- Subform (shows records matching child/master link to Main Form): Can't
delete or modify records, but can view them and add new
- SubSubForm (Subform embedded in above subform, linked w/ child/master to
SubForm): Can't delete or modify records, but can view and add new
Right now the only way to allow users to add records in the sub-subform is
to set the Main, Sub, and SubSubsubform AllowEdits to Yes. I don't want
users to be able to change existing data, only add new data (but still see
existing records). As soon as I set the AllowEdits property to No in any of
the 3 forms, the ability to add new records in the sub-subform goes away.
When I set it to Yes, I can add records in the sub-sub form.
I can't lock the fields individually, because users need to enter data for
new records.
I can email this whole mdb to people if they're not familiar with this
issue; you can see what I'm talking about with this form by just setting
that one property back and forth and then looking at form view.
Thanks again, your help is appreciated
rgrantz