I am building an old fashion form using the form designer.
I am trying to add a combo box in my form that will be linked to a dbf. I want the combo box to see everything in column 2 of my dbf. Is there even a way to do this?
Example:
col1 col2 col3
1233 red 11x17
3954 blue 8.5x11
2658 white 3.25x9
I want the combobox pull down to have:
red
blue
white
There is about 300 records in the dbf and they are always changing. So to have the combobox look to this dbf that constantly changes would be great.
I am trying to add a combo box in my form that will be linked to a dbf. I want the combo box to see everything in column 2 of my dbf. Is there even a way to do this?
Example:
col1 col2 col3
1233 red 11x17
3954 blue 8.5x11
2658 white 3.25x9
I want the combobox pull down to have:
red
blue
white
There is about 300 records in the dbf and they are always changing. So to have the combobox look to this dbf that constantly changes would be great.