D
DocBrown
I have a combo box whos item list is populated via a parameter query. The
query parameter is obtained from another control on the form. The query is a
lookup which maps an ID number from the table to a text colum. The combobox
is formatted for two columns with the second text column visible.
I have existing records in the table. When I navigate through the records,
the field value in the table is not displayed until I click in the control.
What is happening and how do I fix it? It was working by putting a hidden
text box whose control source is the value of the combo box. (via a
suggestion from this forum, I believe). Something changed with recent
development and I don't know what caused it to break.
Hidden box control source: =[ProgramTitle Box].Column(1)
Thanks in advance,
John
query parameter is obtained from another control on the form. The query is a
lookup which maps an ID number from the table to a text colum. The combobox
is formatted for two columns with the second text column visible.
I have existing records in the table. When I navigate through the records,
the field value in the table is not displayed until I click in the control.
What is happening and how do I fix it? It was working by putting a hidden
text box whose control source is the value of the combo box. (via a
suggestion from this forum, I believe). Something changed with recent
development and I don't know what caused it to break.
Hidden box control source: =[ProgramTitle Box].Column(1)
Thanks in advance,
John