Hi, I have a combobox with 6 items in it. If the user picks A, B or C then I want another combobox on the same formto be populated with certain values, in this case January, February, August, September. However if the user picks D or E in the first box I want the second combo box to be populated with a different list i.e March, May November.
I know you can do this using a query but the values I want to return are not stored anywhere. Is there a way of populating a combobox using VBA with a value list, perhaps using an array? - or is it simpler?
Thanks in advance
Steph
I know you can do this using a query but the values I want to return are not stored anywhere. Is there a way of populating a combobox using VBA with a value list, perhaps using an array? - or is it simpler?
Thanks in advance
Steph