Delete a single record from a sub form

C

CD Tom

I have a main form with a single sub form. When the user selects an item
from a combo box on the main form I insert it into the sub form, the user can
continue to select items from the combo box and they are added to the sub
form. In the sub form I have a delete check box, if the user enters a item
that they didn't want they can select the delete check box. I want to be
able to remove that record and requery the sub form so that the deleted item
is gone. I've added code behind the delete check box on the on click event,
but not to sure what code to enter that will refresh the sub form. Any help
would be appreciated.

Thanks
 
Top