New to creating forms in access...
I have made a form to add new records that opens in full screen. The first textbox on the form is my DB Primary Key. When I enter a value that is already in my DB, I get a message "can't add data because it would create a duplicate". I understand why I am getting the message, but should I not be able to edit an existing record in this same form? If not, how can I do this?
The Property Sheet for the form I have created is set to "Yes" for Data Entry, Allow Additions, Allow Deletions, and Allow Edits. Record Locks is set to "No Locks".
I have made a form to add new records that opens in full screen. The first textbox on the form is my DB Primary Key. When I enter a value that is already in my DB, I get a message "can't add data because it would create a duplicate". I understand why I am getting the message, but should I not be able to edit an existing record in this same form? If not, how can I do this?
The Property Sheet for the form I have created is set to "Yes" for Data Entry, Allow Additions, Allow Deletions, and Allow Edits. Record Locks is set to "No Locks".
Comment