SpyderMan1234
IS-IT--Management
OK guys...basic question here I know, but I just cannot figure out what's going on.
I have a simple combobox and listbox setup where the user selects values from the combobox and as they are selected, they appear in the listbox. My problem is that I cannot get the combobox's selection to appear in the listbox. Here's the code that I'm using on Combo_AfterUpdate:
Me.listbox.RowSource = Me.combobox.Value
Me.listbox.Requery
There is nothing in the Row Source property of the listbox and it's set to Column Count 1, Bound Column 1 and Column Width 1". Am I missing something incredibly simple? I'm sure that's the case. I'm running Access 97, by the way.
Any help is appreciated. Thanks
I have a simple combobox and listbox setup where the user selects values from the combobox and as they are selected, they appear in the listbox. My problem is that I cannot get the combobox's selection to appear in the listbox. Here's the code that I'm using on Combo_AfterUpdate:
Me.listbox.RowSource = Me.combobox.Value
Me.listbox.Requery
There is nothing in the Row Source property of the listbox and it's set to Column Count 1, Bound Column 1 and Column Width 1". Am I missing something incredibly simple? I'm sure that's the case. I'm running Access 97, by the way.
Any help is appreciated. Thanks