T
Tony Williams
I have a form (tblcommittees) based on Table A and a subform (tblcommittees
subform) based on Table B. On the subform I have a combobox (cmbIntCommCode)
based on Table C. The control source for the value of the combobox is
IntCommCodetxt in Table B. I have a text box which I am trying to get the
value of column(2) from the combo box but all I get is #Name. I have tried
IntCommCodetxt.Column(2) and cmbIntCommCode.column(2) but neither work. I am
using the right syntax?
subform) based on Table B. On the subform I have a combobox (cmbIntCommCode)
based on Table C. The control source for the value of the combobox is
IntCommCodetxt in Table B. I have a text box which I am trying to get the
value of column(2) from the combo box but all I get is #Name. I have tried
IntCommCodetxt.Column(2) and cmbIntCommCode.column(2) but neither work. I am
using the right syntax?