R
Renster
Folks,
I have a table that is something like :
(key) Version number
StatisticName1 string
StatisticName2 string
StatisticName3 string
....
On a form I have a combobox that I wish to populate with the values in
StatisticName1, StatisticName2 etc, depending on the value of Version.
ComboboxName.RowSource = "SELECT StatisticName1, StatisticName2..."
doesnt work of course, as that treats the different stat names as
COLUMNS in the combo, not rows....
Help
TIA
Steve
I have a table that is something like :
(key) Version number
StatisticName1 string
StatisticName2 string
StatisticName3 string
....
On a form I have a combobox that I wish to populate with the values in
StatisticName1, StatisticName2 etc, depending on the value of Version.
ComboboxName.RowSource = "SELECT StatisticName1, StatisticName2..."
doesnt work of course, as that treats the different stat names as
COLUMNS in the combo, not rows....
Help
TIA
Steve