B
Bruce
I have designed a database for keeping track of training
records. Information about each training session is in
one table, and attendance is in another. The user
interface is form (session)/subform (attendance).
The database will be placed in a newtwork folder with
limited access. Data security is not really an issue, but
I would like to guard against accidental deletions, etc.
I know that I can set Allow Deletions, Allow Edits, etc.
to No. However, sometimes it is necessary to edit the
record, particularly the Attendance information.
Ideally I would protect some fields and not others. I
would like to be able to add records through the
Attendance subform (each attendee, date, etc. is a
separate record) while protecting the information in the
main form. At the same time, I would like for there to be
a way to edit the main form, perhaps by clicking a command
button.
I have looked at a document from the MS web site about
user level security, but I don't see an answer in that
direction. I can only sketch what I am trying to
accomplish, and hope that somebody out there can point me
in the right direction.
records. Information about each training session is in
one table, and attendance is in another. The user
interface is form (session)/subform (attendance).
The database will be placed in a newtwork folder with
limited access. Data security is not really an issue, but
I would like to guard against accidental deletions, etc.
I know that I can set Allow Deletions, Allow Edits, etc.
to No. However, sometimes it is necessary to edit the
record, particularly the Attendance information.
Ideally I would protect some fields and not others. I
would like to be able to add records through the
Attendance subform (each attendee, date, etc. is a
separate record) while protecting the information in the
main form. At the same time, I would like for there to be
a way to edit the main form, perhaps by clicking a command
button.
I have looked at a document from the MS web site about
user level security, but I don't see an answer in that
direction. I can only sketch what I am trying to
accomplish, and hope that somebody out there can point me
in the right direction.