S
Srowe
I have a combobox on a form that allows the user to pick a name from a list.
What I am trying to do is have a corresponding textbox field on a report
display the value that the user picked.
What is being displayed in the textbox is the comboboxes first column, the
autonumber or column(0). when I changed the conttrol source of the text box
to display column(1) I get "#Name?" in place where the name should be
displayed on the report. Wondering what I am doing wrong.
Scott
What I am trying to do is have a corresponding textbox field on a report
display the value that the user picked.
What is being displayed in the textbox is the comboboxes first column, the
autonumber or column(0). when I changed the conttrol source of the text box
to display column(1) I get "#Name?" in place where the name should be
displayed on the report. Wondering what I am doing wrong.
Scott