S
Swifty_SySoP
I have a VB.NET program that adds, edits, and deletes from an Access
database using OleDbConnection. I want to create a second VB.NET
program that can search the database for records by column ( column 1:
Teacher: column2: Problem: column 3: Completed By: ) by
pressing a Find button. I would like the found record results to be
put out to 3 lables: lblTeacher, lblProblem, and lblCompleted. I also
want a way to be able to search for the next record, such as in the
regedit's search function.
Currently, I have a drop-down List that selects teacher, problem,
and completed by. Then the user types what they want to find in a
text box and clicks a Find button. What I want it to do is if they
select teacher in the list, the program will search only in teacher
column. Same for problem (Search in problem column) and completed by
(search in completed by column). I would prefer that the program
would find an exact match. I want it to output to labels below the
button and also display a record position named lblRecordPosition. I
also have a second button that will search for the next exact matching
word and displays that record in the labels. Any ideas? I'm just
learning how to do this stuff and I am using this for a school I help
manage. Any help at all would be great. Thank you for your time. If
you need any more details or have a suggestion, please email me @
(e-mail address removed) . Thanks again! Oh, by the way, I am using
Visual Studio .NET 2003 Standard. Thanks!
- James
database using OleDbConnection. I want to create a second VB.NET
program that can search the database for records by column ( column 1:
Teacher: column2: Problem: column 3: Completed By: ) by
pressing a Find button. I would like the found record results to be
put out to 3 lables: lblTeacher, lblProblem, and lblCompleted. I also
want a way to be able to search for the next record, such as in the
regedit's search function.
Currently, I have a drop-down List that selects teacher, problem,
and completed by. Then the user types what they want to find in a
text box and clicks a Find button. What I want it to do is if they
select teacher in the list, the program will search only in teacher
column. Same for problem (Search in problem column) and completed by
(search in completed by column). I would prefer that the program
would find an exact match. I want it to output to labels below the
button and also display a record position named lblRecordPosition. I
also have a second button that will search for the next exact matching
word and displays that record in the labels. Any ideas? I'm just
learning how to do this stuff and I am using this for a school I help
manage. Any help at all would be great. Thank you for your time. If
you need any more details or have a suggestion, please email me @
(e-mail address removed) . Thanks again! Oh, by the way, I am using
Visual Studio .NET 2003 Standard. Thanks!
- James