Unique user entries

I want user responses to my form, to be unique how do I go about that?

You can set it from your database structure using your database manager to make the fields unique.

OR

You can set it from Radsystems Studio’s Add/Edit Page Field Properties.

Thanks for your response, I don’t think I was clear enough, it’s more like a role and management kinda problem I’m having. I just want a user to be able to modify their own records.

Here, the admin adds a post, and on add page effect, the post is fetched and inserted into another table, users should be able to modify the new table base on their role… what do you suggest? or what could be the best approach.

Thanks in advance.

There is currently no configuration for that, but your best option is to edit you generated project manually and add the code to do the checks for you.