christotan
Programmer
I have recently created a program that handles some 30 different free tables. It has been working fine 99% of the time.<br><br>However, sometimes one (no specific one) of the tables (during initialization) will give me an error : "Index does not match table". Now, I know how to rectify the situation, but I will be compiling it into an EXE file and will soon no longer be able to be there to rectify it. I cannot find any cause of the problem in my code.<br><br>Is there anyway to test the integrity of the table-index and rectify if there is a need to BEFORE the "USE <tablename> IN <wrkarea>" command is used? Thanks.