I have a form with a searching tool in the header. The user can write in textboxes (one for each field in the query) and hit the "search" button to filter. However, I wanted the search to begin everytime a textbox is edited (without clicking the search button).
Altough I achieved that, the problem is the following : the requery that happen while exitting a control prevents the next control to gain focus.
Any idea how to go to that other control the user was trying to go ? I already found a way to get the next control in the Tab Index order, but what if the user clicked somewhere instead of tabbing ?
Altough I achieved that, the problem is the following : the requery that happen while exitting a control prevents the next control to gain focus.
Any idea how to go to that other control the user was trying to go ? I already found a way to get the next control in the Tab Index order, but what if the user clicked somewhere instead of tabbing ?