Loading a Combo Box on a form

Options

I have a form that I created in VBA and one of the controls I want to put on it is a dropdown/combo box that has a list of answers, say…"one", “two”, “three” How do I do this?

I know how to prime a list with table values from RE as in below:
ocodetableserver.LoadCombo ComboBox1, tbnumIncome

the above works well but how do you do it if it's just a list of custom answers?

Thanks in advance!

Categories