JamieRhysEdwards
New member
- Local time
- Today, 14:18
- Joined
- Mar 26, 2022
- Messages
- 27
Hi All,
I'm trying to add new entries into my table but I cannot add more than two and then access throws the following error:
The table this is referring to is structured as follows:
I'm very new to access so I've tried to slightly modify the Asset Database template that Access provides to hit the ground running.
I'm trying to add new entries into my table but I cannot add more than two and then access throws the following error:
Code:
Run-time error '3022':
The changes you requested to the table were not successful because they would create
duplicate values in the index, primary key, or relationship. Change the data in the
field or fields that contain duplicate data, remove the index, or redefine the index
to permit duplicate entries and try again.
The table this is referring to is structured as follows:
Code:
ID - Primary Key - Increment - Indexed (No Duplicates)
LastName - Short Text
FirstName - Short Text
EmailAddress - ShortText
Notes - Long Text
Attachments - Attachment
MobileNumber - Number
JobTitle - Number - Relationship with a Look Up table
JobStatus - Number - Relationship with a Look Up Table
DateStarting - Date/Time
DateFinishing - Date/Time
I'm very new to access so I've tried to slightly modify the Asset Database template that Access provides to hit the ground running.