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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Like"x*" in query based on a form

Status
Not open for further replies.

DRH192

Programmer
Apr 25, 2005
96
GB
Hi,

I am trying to build a query that uses the Like function. I want it to be based on the text that a user types into a text box on a form so I have ....

Like "Forms![frmSearchReturns]![PropNum]*"

I have tried a load of other ways of writing it but nothing seems to bring back a result.

Any help would be much appreciated.

Cheers

Duncan
 
And this ?
Like [Forms]![frmSearchReturns]![PropNum] & '*'

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top