ss002d6252
New member
- Joined
- Jul 3, 2006
- Messages
- 4
- Programming Experience
- Beginner
I have a dataset (WW1Dataset) with one data table(WW1).(database used in an access database)
I'm trying to filter the dataset e.g a user wants to filter by a chosen surname (SurnameTextBox.text) so the datset is filtered to display only those records wherethe surname column in the dataset matches SurnameTextBox.text.
Any advice on how to do this . Ive tried various ways that I vaguely remember but none work.
I'm trying to filter the dataset e.g a user wants to filter by a chosen surname (SurnameTextBox.text) so the datset is filtered to display only those records wherethe surname column in the dataset matches SurnameTextBox.text.
Any advice on how to do this . Ive tried various ways that I vaguely remember but none work.