W
wolfpack
As the subject states, I am trying to delete a record using a combobox and a
command button.
I have set up the combobox to allow the user to select a pesrons name from a
table. The combobox gets ReviewerID, LastName, and FirstName.
Now I want to add a command button to delete the record that was chosen.
How do I send the data from the combobox to the button and then what is
needed for the button to delete the record once it is clicked?
Thanks for the help!
command button.
I have set up the combobox to allow the user to select a pesrons name from a
table. The combobox gets ReviewerID, LastName, and FirstName.
Now I want to add a command button to delete the record that was chosen.
How do I send the data from the combobox to the button and then what is
needed for the button to delete the record once it is clicked?
Thanks for the help!