P
patrickswallace
Hi,
I would like to create a filter for a form...I have a unbound text box
named "formfilter" and the goal is to filter the field "LastName"...I
would like the user to only type in the first couple letters and using
the On Lost Focus event filter the form for those individuals whose
name begins with those letters...I am not very experienced with VBA but
realize this procedure probably needs to be done with VBA.
I would like to create a filter for a form...I have a unbound text box
named "formfilter" and the goal is to filter the field "LastName"...I
would like the user to only type in the first couple letters and using
the On Lost Focus event filter the form for those individuals whose
name begins with those letters...I am not very experienced with VBA but
realize this procedure probably needs to be done with VBA.