BTW, I had make the button redo the After Update of the combo, because it did not do it automatically, just in case anyone else has a similar problem. The finished button looks like this:
Code:
Private Sub cmdnext_Click() AdvanceCombo Me.Name, "cboName" cboName_AfterUpdate End Sub
Leave a comment: