Open DBBrowser to look at the Data
Open a second DBBrowser and create a temp alais looking at the NewData folder
Arrange the two applications so that they're side by side
Go through and look at each table to see which one from the live tables is missing the particular index the system was referring to
Once table(s) have been located, close each of the DBBrowsers
Open the Data folder and rename *.db and *.mb files (i.e Order Database.db becomes Order.db) for the table missing the indexes
Deleted the remaining indexes for that table
Go into the NewData folder and copy all table files that would replace the live tables files that had the index errors.
Open DBBrowser
Select SQL tab up top
Select the Advanced tab in the middle of the screen.
Run SQL below to transfer all records from the bad table to the new table.
Open application and test area that was causing problem to see if problem is resolved.
-