Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. CKG Edit ==Explanation== 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== <code sql> Insert into "Order Database" Select * from "C:\Program Files\Cyrious\SMS\Data\Bad Order Database" </code>