RaffiqEddy
Programmer
Hi!
Please help me, I want my combo box to return values...
so I did this...
Private Sub nComboBox1_Change()
Me.nTextBox1 = Me.nComboBox1.Columns(2)
Me.nTextBox2 = Me.nComboBox1.Columns(3)
End Sub
ComboBox Info
=============
ComboBox Name: nComboBox1
Column: got 3 columns
The Problem
===========
After I selected value from the combo box, but I got Error...
Quote:
The expression On Change you entered as the event property setting produced the following error: A problem occurred while MySystem was communication with OLE server or ActiveX Control
* The expression may not resut in the name of macro, the name a user-defined function, or [event Procedure]
* There may have been an error evaluating in the function, event or macro.
Unquote
What's wrong?
Thank you for kind help :-D
Please help me, I want my combo box to return values...
so I did this...
Private Sub nComboBox1_Change()
Me.nTextBox1 = Me.nComboBox1.Columns(2)
Me.nTextBox2 = Me.nComboBox1.Columns(3)
End Sub
ComboBox Info
=============
ComboBox Name: nComboBox1
Column: got 3 columns
The Problem
===========
After I selected value from the combo box, but I got Error...
Quote:
The expression On Change you entered as the event property setting produced the following error: A problem occurred while MySystem was communication with OLE server or ActiveX Control
* The expression may not resut in the name of macro, the name a user-defined function, or [event Procedure]
* There may have been an error evaluating in the function, event or macro.
Unquote
What's wrong?
Thank you for kind help :-D