Search results

  1. M

    Combo box list data.

    I have a combo box on a form and I want to be able to change the value list items depending on certain user events. I need to know.... Can you clear all of the list elements in a combo box (so it is empty) in the forms VBA script? Can you add string items to the list in the forms VBA script...
  2. M

    Opening Forms With A WHERE Clause

    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...
Back
Top Bottom