Hi,
I have a combobox with three columns, and the bound column is column 1. With the following code, I have tried to make column 3 visible in a text box:
Private Sub jobName_AfterUpdate()
txtJobDesc.Value = JobName.Column(1)
End Sub
However, this is not working.
Any help will be greatly appreciated.
Thanks in advance...
jake
I have a combobox with three columns, and the bound column is column 1. With the following code, I have tried to make column 3 visible in a text box:
Private Sub jobName_AfterUpdate()
txtJobDesc.Value = JobName.Column(1)
End Sub
However, this is not working.
Any help will be greatly appreciated.
Thanks in advance...
jake