Code:
Private Sub Combo20_Click() Combo20.RowSource = "SELECT DISTINCT table1.Column FROM table1 ORDER BY table1.Column" End Sub
How should I modify the Control Source...
Private Sub Combo20_Click() Combo20.RowSource = "SELECT DISTINCT table1.Column FROM table1 ORDER BY table1.Column" End Sub
Private Sub Form_Current() 'Always declare your variables
Leave a comment: