I have a table - tblCustomers with CustID and CustName
On a Form I put a 2 column combo Box - cboCustID and it works fine.
The Drop down is set to show both columns from the table.
I have an Unbound Text Box - txtCustName I want to populate from the 2nd value in the combo box.
In the Properties, Control Source I have: = [cboCustID].[Column](1)
But when I select a value in the combo box, the Text box just shows #Name?
I'm running MS Access 2010
thanks,
Chuck
On a Form I put a 2 column combo Box - cboCustID and it works fine.
The Drop down is set to show both columns from the table.
I have an Unbound Text Box - txtCustName I want to populate from the 2nd value in the combo box.
In the Properties, Control Source I have: = [cboCustID].[Column](1)
But when I select a value in the combo box, the Text box just shows #Name?
I'm running MS Access 2010
thanks,
Chuck