in my form i enter some queries for a particular bank.
for each bank ,i enter nearly 10 queries in ten different textboxes.
so, what i did is , each query i am entering in a textbox and i am storing it in one column at the back end. (say the column name is qry1 in msaccess)
so there are 10 queries in vb.net ,and there are 10 columns in the back end
now my query is :
now in vb.net, when i enter some word in a textbox and when i click button, i want to display all the queries related to that word, irrespective of the bank.
suppose if the word "tax" is there in 2 different banks,then i want to display all the queries related to "tax"
hope my question is very clear.
let me know as early as possible.
thanks
for each bank ,i enter nearly 10 queries in ten different textboxes.
so, what i did is , each query i am entering in a textbox and i am storing it in one column at the back end. (say the column name is qry1 in msaccess)
so there are 10 queries in vb.net ,and there are 10 columns in the back end
now my query is :
now in vb.net, when i enter some word in a textbox and when i click button, i want to display all the queries related to that word, irrespective of the bank.
suppose if the word "tax" is there in 2 different banks,then i want to display all the queries related to "tax"
hope my question is very clear.
let me know as early as possible.
thanks