Multi Update rights

I want to give users Multi Update Rights but not full edit rights of a record.How it is possible ? Please Help !

Assume you don’t want to allow your end-users to display the Edit page that belongs to the “suppliers” table, then simply put the following code in “Page_Redirecting” server event under the “Edit Page” of that table:$url = “supplierslist.php”; // this will redirect end-users to the List page when they are trying to access the Edit page