S
Swaggel1
I have created a simple form for data entry. Users must be able to
enter and update data, but not delete any information.
I have tried preventing deletion of data through the use of User-Level
Security (I did not give users permission to delete data from the
underlying table), through adding a "Cancel = True" event procedure to
the On Delete property of the form, and by setting the Allow Deletions
property of the form to No.
After each of these attempts, users are still able to delete, delete,
delete. I am obviously doing something wrong - does anyone see my
error? Any help would be greatly appreciated!
enter and update data, but not delete any information.
I have tried preventing deletion of data through the use of User-Level
Security (I did not give users permission to delete data from the
underlying table), through adding a "Cancel = True" event procedure to
the On Delete property of the form, and by setting the Allow Deletions
property of the form to No.
After each of these attempts, users are still able to delete, delete,
delete. I am obviously doing something wrong - does anyone see my
error? Any help would be greatly appreciated!