G
Guest
There are similar questions in this forum, although none seemed to be
specifically what i am after. I have a form with a text box (text6), an
action button (runsearch), and a list box (list3). My goal is to have the
text entered in the text box be used as the criteria for selecting the list
of variables displayed in the list box. I have constructed a query that
performs an open ended search (where units.description = "*" &
[forms]![search]![text6] & "*") which works, but presents results in table
form. I would like them to be presented in the list box, and generated by
clicking the action button. Also, I would like the list box to remain empty
until filled by the query results. Please help....
specifically what i am after. I have a form with a text box (text6), an
action button (runsearch), and a list box (list3). My goal is to have the
text entered in the text box be used as the criteria for selecting the list
of variables displayed in the list box. I have constructed a query that
performs an open ended search (where units.description = "*" &
[forms]![search]![text6] & "*") which works, but presents results in table
form. I would like them to be presented in the list box, and generated by
clicking the action button. Also, I would like the list box to remain empty
until filled by the query results. Please help....