J
Jason
I have a continuous form. In the form header I have an unbound combo box that
allows the user to select an item. This updates the record source for the
form and filters the continuous section of the form to display on items
related to the selected one.
In the continuous section of the form, there is another combo box. I have
two columns, one is a number identifier (which is the bound data) and the
other is a description. I would like to display both the numerical identifier
(bound) and description (unbound) on continuous portion of the form. My
attempts have resulted in an unbound text box that displays the same value
for every record on the continuous portion of the form rather than a
different value for each record displayed.
allows the user to select an item. This updates the record source for the
form and filters the continuous section of the form to display on items
related to the selected one.
In the continuous section of the form, there is another combo box. I have
two columns, one is a number identifier (which is the bound data) and the
other is a description. I would like to display both the numerical identifier
(bound) and description (unbound) on continuous portion of the form. My
attempts have resulted in an unbound text box that displays the same value
for every record on the continuous portion of the form rather than a
different value for each record displayed.