I'm having an issue where my database is not being added with a new record. I have tried almost everything I found on the internet such as setting ID to NullIdentifier. To explain further, The ProjectDetails Page will be the page where I add data into the database by clicking the "Save" button.
Hi @Hazim Jamal
I found the issue why you are facing this problem, Just change the P_ID Is autonumber property to Yes in your Project table then your issue will be resolved.
Attached screenshot for your reference.
Thanks
Deep
Additionally for your record which created with 0 Primary Id either you can delete or update it.
Thank you @Deepsagar Dubey . I appreciate it, was quite irritated on what went wrong :)