G
Guest
Hi
In a PROVINCE combo box , how do I select a default and highlight the item in the combo box
Me.cboReporterProvince.DefaultValue = cboReporterProvince.ItemData(0)
ItemData(0) is the item that has the Province I would like to make it the default. Internally, the combo holds the value but on the GUI it does not show this province in the combox box - it remains a blank box.
In a PROVINCE combo box , how do I select a default and highlight the item in the combo box
Me.cboReporterProvince.DefaultValue = cboReporterProvince.ItemData(0)
ItemData(0) is the item that has the Province I would like to make it the default. Internally, the combo holds the value but on the GUI it does not show this province in the combox box - it remains a blank box.