Datasheet View without Adding/Editing/Deleting abilities

L

LED

Can I give someone access to the datasheet view without them having the
ability to add/edit/delete?

I just want them to be able to filter, filter by form, print, etc.

Thanks for any help you can give me.
 
P

pietlinden

Can I give someone access to the datasheet view without them having the
ability to add/edit/delete?

I just want them to be able to filter, filter by form, print, etc.  

Thanks for any help you can give me.

Set the following properties on the form in design view.
AllowAdditions=False
AllowEdits=False
AllowDeletions=False
 
Top