Hi, hope someone can help,
I have a front-end form with a combo box (called ‘Combo_Team’), which also has a button on it. When the button is pressed I run the following piece of code on the click event…
Private Sub BTN_Forms_ToDoLists_Click()
Dim strTeam As String
Me!Combo_Team.SetFocus...