I'd found that command via a google search and though I included it in my code, shown below, it did not seem to do the trick.
Private Sub butnRemove_Click()
Dim strUpdate As String, strDelete As String
Dim ctl As Control
Dim strSet As String
Dim bFirst As Boolean
Dim...