Search Query

  • Thread starter Thread starter Jeff Fredel via AccessMonster.com
  • Start date Start date
J

Jeff Fredel via AccessMonster.com

I am creating a query to look up ID numbers. I want the user to enter a
portion of text found in the field ProjectName and then return those
ProjectIDs that have the entered text. I cannot seem to get it to run
properly. In the criteria line I enter:

Like *[Enter Portion of Project Name]*

Any Assistance would be greatly appreciated.
 
I am creating a query to look up ID numbers. I want the user to enter a
portion of text found in the field ProjectName and then return those
ProjectIDs that have the entered text. I cannot seem to get it to run
properly. In the criteria line I enter:

Like *[Enter Portion of Project Name]*

Any Assistance would be greatly appreciated.

Like "*" & [Enter Portion of Project Name] & "*"
 
Thanks for the assistance. Worked great.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top