S
seeker
I have a form with a textbox that onchange finds the nearest string that is
typed into the textbox in a subform that is a list of customers. If the
docmd.findrecord is keyed to the first column it works great but I now want
it to search a field in the query behind the subform which does not show on
the subform as a text box. For instance if I start to type wei in the
textbox the subform will immediately go to a record that has wei as the first
three letters in the first column of the subform as it should do but on a
different form that searches for full name the letters nes should find the
first name nearest nes and then show that record which in this case would be
the record whose first column is wei. Instead it goes to records that start
with nes in the first column. I would share the form/subform with you but am
not sure how to. Thanks.
typed into the textbox in a subform that is a list of customers. If the
docmd.findrecord is keyed to the first column it works great but I now want
it to search a field in the query behind the subform which does not show on
the subform as a text box. For instance if I start to type wei in the
textbox the subform will immediately go to a record that has wei as the first
three letters in the first column of the subform as it should do but on a
different form that searches for full name the letters nes should find the
first name nearest nes and then show that record which in this case would be
the record whose first column is wei. Instead it goes to records that start
with nes in the first column. I would share the form/subform with you but am
not sure how to. Thanks.