Hello to alll, I'm a novice in access programming : I created an Order Table and its Continuos form, an append query and a Collection table to append the current entered orders and a delete query to delete all records in the order table. I used 2 command buttons to run append and delete query it works well in deleting the records in the order table but in the continuous form the rows is not deleted only the records and its slow. What I tried is in the first record at the left corner with the triangle sign in the continuos form, I click and drag all the way down till the last to new record so its highlighted and press the delete button and all records deleted with its rows and the form is again ready to enter new set of orders. my question is how can I do that in an access command button not using the append or delete query. Thanks and Kindly Help.