event procedure for requery

G

Guest

I have a search field control for a query used by my form - I use it to
display only names greater than or = to what is entered in the text search
field control. It works great when the event procedure is invoked via the
After Change property for the control where the text is entered. But I have
to hit enter or tab to the next field. My goal is to invoke the requery
after every keystroke so that the list of names displayed is constantly being
refreshed based on the search criteria text being entered in the search
control. The text entered does not seem to be available to me in the event
procedure when I use the On Key Down property for example. Any suggestions
on how to accomplish this?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top