Creating profile form

Hello mates,

To be honest, I get confused how to allow users to only add one record per user of a specific form (user profile form).

I have created a form for user profile purpose. All users will allow to add just one record within this form. So there should be nothing ADD NEW and DELETE button in this form. Users can only update their own profile.

Can someone please explain on how to achieve this goal?

Any helps would really appreciated.

Thank You
Subhan

Disable “Add” and “Delete”-buttons first. When user enter the form, check if a profile record for that user exist. If no, add a record first.