# Unable to allow user edits or delete form

**URL:** https://community.glideapps.com/t/unable-to-allow-user-edits-or-delete-form/44057
**Category:** Ask for Help
**Created:** [July 7, 2022, 4:36pm UTC](https://community.glideapps.com/t/unable-to-allow-user-edits-or-delete-form/44057 "2022-07-07T16:36:36Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 7, 2022, 7:18pm UTC](https://community.glideapps.com/t/unable-to-allow-user-edits-or-delete-form/44057/4 "2022-07-07T19:18:37Z")

</div>

Depends on how your data is structured and how concerned you are with security.

> **[Security & User Data](https://docs.glideapps.com/all/topics/security-and-user-data)**
>
> Learn how to make your projects safe and secure

Use User Specific Columns if a multiple users are updating the same row, but you want the values to be unique to each user.

> **[User-specific columns](https://docs.glideapps.com/all/product/data-editor/user-specific-columns)**

Use Row Owners if each user is writing their own separate rows, but you want to guarantee security so they can you see their own rows. Requires a column with the signed in user’s email.

> **[Row Owners](https://docs.glideapps.com/all/topics/security-and-user-data/row-owners)**
>
> A secure way to restrict access to certain rows

Use Filters if data security is not a concern and you simply want to only display rows for a particular user. Requires a column with the signed in user’s email.

> **[Filter](https://docs.glideapps.com/all/topics/ux/filter)**
>
> Filter your lists based on criteria

---

_[View the full topic](https://community.glideapps.com/t/unable-to-allow-user-edits-or-delete-form/44057)._
