Hi!
i have 6 textboxes.
Text1(0) to text1(5)
i have 6 fields in a table.
how to search based on multiple fieldname in vb6.
i can enter any of the data in any of these textboxes
so if want to search based on the criteria then how to do this in vb6
Printable View
Hi!
i have 6 textboxes.
Text1(0) to text1(5)
i have 6 fields in a table.
how to search based on multiple fieldname in vb6.
i can enter any of the data in any of these textboxes
so if want to search based on the criteria then how to do this in vb6
If the search argument(s) depend on what's entered into the text boxes, there can be one or more depending on what's filled in, I'd suggest a stored procedure using optional parameters.
Moved To Database Development
What database are you using?
How are you connecting to it?
How well do you know SQL?