G
Guest
Anyone,
I have a unbound form (frmlookup) that contains a text box (Mysearch) and a
subform (sfrmlookup). The text box is mentioned in the subform underlying
query Criteria for MatrialName: Like "*" & [Mysearch] & "*". When you type
in the text box it requeries the subform but only after you hit enter. Is
there a way to make the subform requery every time something is typed in the
text box without hitting enter or losing focus? Like if someone types in 8,
it requeries and brings up every name that contians an 8 in, then a 5 is
typed in and it bring up every name with an 85 in it.
Thanks
I have a unbound form (frmlookup) that contains a text box (Mysearch) and a
subform (sfrmlookup). The text box is mentioned in the subform underlying
query Criteria for MatrialName: Like "*" & [Mysearch] & "*". When you type
in the text box it requeries the subform but only after you hit enter. Is
there a way to make the subform requery every time something is typed in the
text box without hitting enter or losing focus? Like if someone types in 8,
it requeries and brings up every name that contians an 8 in, then a 5 is
typed in and it bring up every name with an 85 in it.
Thanks