I keep getting the above error in access 2010 and for the life of me cannot see where the error is. I have checked that datatypes are the same. It keeps referring to type conversion failure and didn't add (1) record due to a key violation.
The problem is that it doesn't tell you where the error(s) are, so makes debugging really difficult. How do I go about solving errors like this. Many thanks
The problem is that it doesn't tell you where the error(s) are, so makes debugging really difficult. How do I go about solving errors like this. Many thanks
Code:
INSERT INTO Requests ( [Request no], [Date-time received], Customer, Dept, Type, [Service level], [Received by], [Date-time due], Quantity, [Cust requestor], Status )
VALUES (9896, NOW(), 'DEMO', 'Demo Ltd', 'I', 'S', 'LT', NOW(), 1, 'LT', 'O');