Search for a record by field value

  • Thread starter Thread starter Alan
  • Start date Start date
A

Alan

I want search for a record in a table that a record's field value matching a
particular value eg. customer name.

What property or method of data binding manager or dataset on a form has
this ?
 
What I am trying to do is put a datagrid on a form, there is a dataset,
binding manager.
How do I just list the matched record of the table onto the datagrid ?
eg. search for last name of customer, a list of customers will be displayed
on the datagrid.
So I can select the one I really want to find.
 
Back
Top