Apr 5, 2005 #1 Aliffi MIS Joined Jan 9, 2005 Messages 51 Location BE Dear All I have an ADP form back is sql server now i want a texbox in my form , with a button any thing i write in box , it should search any value in the corespondent filed in table.... it must work like google search engine or .... regards
Dear All I have an ADP form back is sql server now i want a texbox in my form , with a button any thing i write in box , it should search any value in the corespondent filed in table.... it must work like google search engine or .... regards
Apr 7, 2005 #2 jgoodman00 Programmer Joined Jan 23, 2001 Messages 1,510 It sounds like you could implement full text indexing. This will allow you to search for something across a number of fields. There is lots of information on this in BOL (SQL Books Online). James Goodman MCSE, MCDBA http://www.j.goodman.dsl.pipex.com Upvote 0 Downvote
It sounds like you could implement full text indexing. This will allow you to search for something across a number of fields. There is lots of information on this in BOL (SQL Books Online). James Goodman MCSE, MCDBA http://www.j.goodman.dsl.pipex.com