Having trouble in visual basic 6.0 programming
Asked By
0 points
N/A
Posted on - 04/05/2012
I am new in learning visual basic 6.0 and I'm having trouble coding a search function in VB6.0. I want the program to let the user enter a data in search textbox and then it will filter the data by the first string of the input and display all the filtered data in a datagrid.
example:
the user typed A, all of the data in my database that is starting with the letter A will appear in the datagrid.
Please show me some codes for this.
Â