Searching for records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

to the experts

having problems returning search data. i have a customer table and related
form.
form is in datasheet view, which is blank on form load.
have a command button(called search).
have a text box(unbound), for user to enter seach data such as a person's
name.
what i want to happen(and it is not happening) is for the user to enter data
in the text box and click the command button, which should show all the data
in the form datasheet that corresponds to what the user typed.

thanks
 
In order to help you, we'd need to know what code is running when you click
the button.

Please post your code here.
 
Back
Top