M
Michalis J.
I have a "customer finder" form with a continous subform. The subform is
connected to a query that narrows down the customers according to the entries
of the textboxes on the main form. When I input the first two letters in the
name textbox on the main form for example (and press enter) the subform is
populated by the cusomers whose name first two letters mach these letters.
This is done by using the after update event of the textbox to requery the
subform.
What I need to do is to requery the subform every time a new letter is typed
in the main's form textboxes without having to press enter. I have tried all
the textbox events with no success. Can anyone give me an advice on that
please?
Thanks in advance
Michalis
connected to a query that narrows down the customers according to the entries
of the textboxes on the main form. When I input the first two letters in the
name textbox on the main form for example (and press enter) the subform is
populated by the cusomers whose name first two letters mach these letters.
This is done by using the after update event of the textbox to requery the
subform.
What I need to do is to requery the subform every time a new letter is typed
in the main's form textboxes without having to press enter. I have tried all
the textbox events with no success. Can anyone give me an advice on that
please?
Thanks in advance
Michalis