Hai,<br><br>I am developing an application using <b>VFP6</b>. The DBC which is in use has more 120 table and the no of records varies from 20 to 200,000.The no.of Fields are ranging from 2 to 127. These tables have primary and or candidate index(es). <br><br>As this is a multiuser application, I want to trap error for more than one blank records when user press append button twice by mistake. Now it gives an error as unique indexes violated. <br><br>My objective is to find out if there is any blank record exist, if exist I want to disable the append command button.So the error (#1884-uniqness of primary key) wont happen.<br><br>Is there any VFP Command, which will solve my problem?<br><br>Thanks.<br>