the code works for only the Name field but not for the other fields (address, city, etc)<br>
in my combo box's row source, it is a query of the clients' names, and addresses (rows 2,3,4,5 and 6) <br>
I tried doing the same thing<br>
Me![Namefield] = [ComboBox].column(1)<br>
Me![Addressfield] = [ComboBox].column(2)<br>
Me![Statefield] = [ComboBox].column(3)<br>
...<br>
...<br>
<br>
but it didn't work.<br>
What did I leave out/do wrong?
in my combo box's row source, it is a query of the clients' names, and addresses (rows 2,3,4,5 and 6) <br>
I tried doing the same thing<br>
Me![Namefield] = [ComboBox].column(1)<br>
Me![Addressfield] = [ComboBox].column(2)<br>
Me![Statefield] = [ComboBox].column(3)<br>
...<br>
...<br>
<br>
but it didn't work.<br>
What did I leave out/do wrong?