Keyword Search Form

brsawvel

Registered User.
Local time
Today, 03:24
Joined
Sep 19, 2007
Messages
256
Hello,

I have a form with three subforms that display three separate tables. I know there's a way to do it, but I haven't figured it out... I'd like to have a unbound textbox and button where I can enter a keyword into the textbox and On Click, the three tables filter to only those records containing that keyword?
 
I'd create SQL using the textbox value and set the RecordSource property of the 3 subforms appropriately.
 
I'm guessing the SQL is something like SELECT tbl WHERE "keyword", but how do is set the RecordSource property of the 3 forms appropriately?
 
I'll get out of the way.
 

Users who are viewing this thread

Back
Top Bottom