This is caused by a corrupted table, usually the Account Code table
Resolution
Open the DBBrowser, to see what table pops up as corrupted
Replace that table with the same table from the DemoData3 file
Test
If a table other than the AccountCode, you may have to run a query to insert the data (use the appropriate table name and location of the original data
SQL
INSERTINTO"Order Database"SELECT*FROM"C:\Program Files\Cyrious\SMS\Data\Bad Order Database"