MANUAL FIX FOR BUG IN PARADOX 3.0 PERSONAL PROGRAMMER (from Borland Technical Support) There is a problem in the Personal Programmer of Paradox Version 3.0. A Simple EDIT with ALL records will sometimes result in an error "Answer Table Not Found", when there shouldn't be any answer table. Solution: A piece of code generated by PPROG is not correct. The only way to repair it is to edit the script and remark out (;) several lines of code. To find the appropriate lines of code start Paradox3 and change to the directory containing your own Personal Programmer application. Play your application. At your application's Menu press [CTRL][BREAK] (it may beep). NOW, select the menu choice that has been troubling you with the message "Answer Table Not Found". You should see "Cancel Debug" as choices. Choose [Debug]. A line of code will appear at screen's bottom. Press [CTRL][S] several times in succession until the line of code at screen's bottom reads "Create "Deleted" like "Answer". Press [CTRL][E] to enter the script at the displayed line. Place a semicolon in front of this line and the next seven lines of code as follows: ; Created "Deleted" like "Answer" ; If (ApplicErrorRetval) THEN ; RETURN FALSE ; ENDIF ; View "Deleted" ; If (ApplicErrorRetval) THEN ; RETURN FALSE ; ENDIF Press [F2] to save the changed script. Do SCRIPTS/PLAY/VIDEOLIB (If your application is Video) (There will be a script with your application's name plus lib). This will rebuild the application's libraries. That should solve your problem. These steps should be followed for each of your menu choices which have the "Answer Table Not Found" irregularity.