Refere Column from a Comb box

le888

Registered User.
Local time
Today, 06:41
Joined
Dec 10, 2003
Messages
344
Hi,

What is the syntaxe refering to a comb box column. I have a combo box which has 2 column and I would like to refere the column 2 to a text box. Example:

In the text box Me.txtColName, the control source = me.combo box name.column.[2]

However, this syntaxe doesn't work. Any ideas?

Thanks,

Le
 
Textbox control source:

=[cmbVehicle].column(2)
 
Thanks. ;)

Le
 

Users who are viewing this thread

Back
Top Bottom