Hello All,
I'm having difficulty inserting data through Microsoft access to the main table located on the SharePoint list. The issue is the ID field that automatically increments by one each time when the user inserts the data. I tried to insert the field as Null since automatically the number will be generated and saved when each row is inserted, but this didn't help the issue. Please see below screenshot of the error message:
Code for insert :
INSERT INTO Needles_Audit_Inspection ( ID, Title, Area )
VALUES (99, 'Title', 'Area');

Thanks,
Ethar.