Hello,
I would like to have a text box that acts as a realtime search.
I am using the filter feature, but I am not having much luck with the events as far as when one kicks off.
I would like a textbox that allows the user to type in somebodies last name and it would apply that filter as they type each letter. My current filter is
DoCmd.ApplyFilter , "AddyLastName like '" & LastName.Value & "*'"
This works fine, but if I put it in after update event it only kicks off when the user hits enter, I would like it to kick off after each letter is pressed.
Please advise!
thanks!
I would like to have a text box that acts as a realtime search.
I am using the filter feature, but I am not having much luck with the events as far as when one kicks off.
I would like a textbox that allows the user to type in somebodies last name and it would apply that filter as they type each letter. My current filter is
DoCmd.ApplyFilter , "AddyLastName like '" & LastName.Value & "*'"
This works fine, but if I put it in after update event it only kicks off when the user hits enter, I would like it to kick off after each letter is pressed.
Please advise!
thanks!