My application includes a split for which is bound to a query. the code below is supposed to assign a value to a combo box but it does not work correctly (the value is not displayed), the value which I show in my code sample is on the value list. Combo box is supposed to update when a record is selected.
Code:
[FONT=Courier New]Private Sub Form_Current()[/FONT]
[FONT=Courier New] Me.cmbBase.Value = “Ocean”[/FONT]
[FONT=Courier New]End Sub[/FONT]