Why does MS Access 2007 not allow a row insert, but then allow it on the next insert attempt?
问题 My insert statement is: INSERT INTO myTable (inst_id,user_id,app_id,type,accessed_on) VALUES (3264,2580,'MyApp','Renew',Now); ...where all of the values are formatted correctly. The table has the above fields and one other, a long int auto-increment key field. The foreign keys are 'inst_id', 'user_id', and 'app_id'. I am getting this error from Access: ...and the following error from VS 2005 when it errors out: System.Data.OleDb.OleDbException: The changes you requested to the table were not