<mx:ComboBox id="repeat_option_list" width="244"> <mx:ArrayCollection> <mx:Object data='NONE' label="Doesn't repeat" /> <mx:Object data='DAILY' label='Every day ...
I have a combobox that I want to populate with a list of vendors stored in another Access Database. This database contains roughly 1,300 different vendor records. All I'm interested is the ...