Ultrawhack
Well-known member
With ref to Paszt's code http://www.vbdotnetforums.com/showthread.php?t=11626
Can someone please help me on adding complex sql to the TableNameBindingSource.Filter ?
I would like user to be able to use the txtQuickSearch's KeyUp as a master search to look for anything in datagridview1 including :
text, memo, date & integer fields whose fields can be [Name], [Info], [Emp ID], [Join date]
The sql would be a complex combination of LIKE... OR.... =... #
I hope I've been able to exlain this clearly but for the life of me I cannot draw up the sql.
Thanks for any help
Can someone please help me on adding complex sql to the TableNameBindingSource.Filter ?
I would like user to be able to use the txtQuickSearch's KeyUp as a master search to look for anything in datagridview1 including :
text, memo, date & integer fields whose fields can be [Name], [Info], [Emp ID], [Join date]
The sql would be a complex combination of LIKE... OR.... =... #
I hope I've been able to exlain this clearly but for the life of me I cannot draw up the sql.
Thanks for any help