I've got this database containing something like 360 tables. Searching through them all to find the table I want is going to be very time consuming. So, my idea for a new VB project is something that will search through the database and display the table whose name has been typed into a textbox.
What I want to happen, is a listbox will list all of the table names, then as you enter text into the textbox, it will narrow the listbox contents down until you have only 1 table name listed. eg. You type 'Exam' into the textbox, the listbox shows all the tables that begin with 'Exam', like Example, Examination, etc.
Once you have found the table you are looking for, you click the name of it in the listbox, and another form opens displaying the contents of that table.
I have barely started this project, so I have no code to show you other than the Exit button (which reall isn't too helpful for my query), but to be honest, I'm still new to VB, so I have no idea if this is actually possible.
If anyone can offer me any advice, it would be much appreciated
Thanks,
Bort

New Topic/Question
Reply



MultiQuote








|