G
Guest
Hello
I have a listbox that is populated when a user hits a 'retrieve' button. If data is entered in a text field before button in
pressed, then one specific item is displayed in the listbox. If nothing is entered into the textbox, then pressing the button
will fill the list box with all possible items. There are multiple text boxes on the form that are populated using the criteria
selected in the listbox
This works great, but, if I enter a specific item first, it is displayed correctly, then, if I enter another item, it doesn't display
in the textbox. (although it works...all associated data is filled in properly)
And if I (after entering a specific value) remove text in the textbox, and press 'retrieve' - the listbox stays blank, but the data is there...I can click in the listbox, and the associated data is still displaying/changing on the form.
It is as though the visibility is set to false....but it isn't..
Any suggestions?
Thanks
Amber
I have a listbox that is populated when a user hits a 'retrieve' button. If data is entered in a text field before button in
pressed, then one specific item is displayed in the listbox. If nothing is entered into the textbox, then pressing the button
will fill the list box with all possible items. There are multiple text boxes on the form that are populated using the criteria
selected in the listbox
This works great, but, if I enter a specific item first, it is displayed correctly, then, if I enter another item, it doesn't display
in the textbox. (although it works...all associated data is filled in properly)
And if I (after entering a specific value) remove text in the textbox, and press 'retrieve' - the listbox stays blank, but the data is there...I can click in the listbox, and the associated data is still displaying/changing on the form.
It is as though the visibility is set to false....but it isn't..
Any suggestions?
Thanks
Amber