Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

One field form based query w/ list on sub-form; almost there, help!!

Status
Not open for further replies.

mfleysher

Technical User
Apr 21, 2011
1
US
I have Form01 with subform Form02.

I have TextBox01, and on AfterUpdate, it commands a requery for FormB.

I have Query01, with 3 fields, Field01, Field02, Field03; then I have another field which is MadeField01: [Field01] & " " & [Field02] & " " & [Field03];

Then, Query02 presents the results of Query01, and in the criteria for MadeField01, I have the following:

Like "*" & [Forms]![Form01]![TextBox01] & "*" or [Forms]![Form01]![TextBox01] is null


HOWEVER...

I need the search to deliminate(?) TextBox01 and search each term presented in TextBox01.

E.g.,

TextBox01.Value: Test Searching Name

and I want the query to not search "Test Searching Name" but to search "Test" then "Searching" then "Name" and return results for any records with either term matching.


Please, help!!

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top