Hi all,
I am brand new to these forums, pls forgive me if this thread is in the wrong place.
I have a combo box on a form that I want to fill with values when the form is opened, but the values are not stored in any table (and they change based on info in other tables, so it wouldn't be possible to create a lookup table).
I know that in plain VB you can insert items by typing
comboBoxName.Items.Insert(index, text)
but there doesn't seem to be this option in Access. Am I missing something simple?
I have read something about being able to set the Row Source Type of the combo box to a function, but I can't find any examples of how that function would populate the combo box.
I'd REALLY appreciate any help or advice anyone can offer!! I'm embarrassed to say that I'm nearing the end of my second day trying to figure this out!!!
Thanks so much...
I am brand new to these forums, pls forgive me if this thread is in the wrong place.
I have a combo box on a form that I want to fill with values when the form is opened, but the values are not stored in any table (and they change based on info in other tables, so it wouldn't be possible to create a lookup table).
I know that in plain VB you can insert items by typing
comboBoxName.Items.Insert(index, text)
but there doesn't seem to be this option in Access. Am I missing something simple?
I have read something about being able to set the Row Source Type of the combo box to a function, but I can't find any examples of how that function would populate the combo box.
I'd REALLY appreciate any help or advice anyone can offer!! I'm embarrassed to say that I'm nearing the end of my second day trying to figure this out!!!
Thanks so much...