duanecwilson
Programmer
Can anyone help me with this?
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_Transactions.In_Out_Status". The conflict occurred in database "ComputerInventoryDCW", table "dbo.InOutStatus", column 'InOutID'. (#547)
[Microsoft][SQL Native Client][SQL Server]. The statement has been terminated. (#3621)
I upgraded an Access 2007 database to SQL Server. I get this sometimes (but not always) on a bound form when opening it, going to design mode, or even when clicking on one of the bound comboboxes. I haven't even tried to go to another record at this point. It's not supposed to even try an INSERT.
Nevertheless, when I close out the error and continue to do the data entry on the form, the record goes into the database.
Will it work if I break the relationships and create a new table and then create the relationships again? These are only lookups.
Duane Wilson
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_Transactions.In_Out_Status". The conflict occurred in database "ComputerInventoryDCW", table "dbo.InOutStatus", column 'InOutID'. (#547)
[Microsoft][SQL Native Client][SQL Server]. The statement has been terminated. (#3621)
I upgraded an Access 2007 database to SQL Server. I get this sometimes (but not always) on a bound form when opening it, going to design mode, or even when clicking on one of the bound comboboxes. I haven't even tried to go to another record at this point. It's not supposed to even try an INSERT.
Nevertheless, when I close out the error and continue to do the data entry on the form, the record goes into the database.
Will it work if I break the relationships and create a new table and then create the relationships again? These are only lookups.
Duane Wilson