Hello,
I'm trying to creat a "search form" in my database. I would like to use the entry in one textbox as the criteria for the list box. So if the user types "f" the listbox will populate with the records that begin with "f". if they then type "o", i would like it to limit more to only records beginning with "fo" and so on. I'm pretty close on how to do it, i just can't seem to find the right even to trigger it.
I tried: On Change - grab value in text box and store in a global, but it doesn't grab the value that i enter, because it hasn't been updated yet... it seems like the only event that would work would be the after update, but that doesn't allow a very "fluid" way of updating, and I need it to update after each character is typed -- does anyon have an advice? THank you.
Tim
I'm trying to creat a "search form" in my database. I would like to use the entry in one textbox as the criteria for the list box. So if the user types "f" the listbox will populate with the records that begin with "f". if they then type "o", i would like it to limit more to only records beginning with "fo" and so on. I'm pretty close on how to do it, i just can't seem to find the right even to trigger it.
I tried: On Change - grab value in text box and store in a global, but it doesn't grab the value that i enter, because it hasn't been updated yet... it seems like the only event that would work would be the after update, but that doesn't allow a very "fluid" way of updating, and I need it to update after each character is typed -- does anyon have an advice? THank you.
Tim