1
139115
I have a form that requires a user to fill-in dates. The form's record
source is a query that includes a field that I don't want the user to be
able to edit.
I have changed the properties of the bound field to not allow edits and to
be locked. This provides visibility of the field without a chance of
editting it.
My problem is that because of the permissions necessary to input dates, I
also had to grant permissions to edit the data in the entire table. Any
user can then go directly to the table and edit fields that I don't want to
allow.
My question is -
Can I grant permissions to edit the fields in the form but not the fields
directly in the table?
Thanks in advance for your advice.
Mike
source is a query that includes a field that I don't want the user to be
able to edit.
I have changed the properties of the bound field to not allow edits and to
be locked. This provides visibility of the field without a chance of
editting it.
My problem is that because of the permissions necessary to input dates, I
also had to grant permissions to edit the data in the entire table. Any
user can then go directly to the table and edit fields that I don't want to
allow.
My question is -
Can I grant permissions to edit the fields in the form but not the fields
directly in the table?
Thanks in advance for your advice.
Mike