C
Chaplain Doug
I am setting the row source of a combo control to the
values contained in a table. I wish to add one item to
the row source without modifying the table. My SQL for
the row source is:
SELECT [Units Query].UnitTitle FROM [Units Query];
I want to add the selection "All" to the top of the list
produced by the row source. How may I do that?
values contained in a table. I wish to add one item to
the row source without modifying the table. My SQL for
the row source is:
SELECT [Units Query].UnitTitle FROM [Units Query];
I want to add the selection "All" to the top of the list
produced by the row source. How may I do that?