Deleting a record from a list box

R

Ryan

I am using a form that is specifically used for looking up a record and
deleting that record. What I’m using is a combo box and a list box. A user
will make a selection in the combo box and the list box will populate with a
set of numbers that corresponds to the selection made in the combo box. I’m
looking for the ability to make a selection in the list box, be able to click
the delete command button, and the record would be deleted from the
corresponding table. Right now if I hit the Delete Record command button the
first record in the table is deleted and not the selected record from the
list box. Is there a way to connect the Delete Record command button to the
list box?
 
Top