keyword query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm creating an inventory database with a field named "item description". I
want to create a query that can search for keywords in this field and output
a result. For example, this field will contain data like "Kingston 1GB
JumpDrive". I would like to be able to search "Kingston" and have this record
come up. How would I do this? Is it even possible?
 
Thanks, worked perfectly. :)

KARL DEWEY said:
Use this as criteria --
Like "*" & [Enter your search keyword] & "*"

Natalie said:
I'm creating an inventory database with a field named "item description". I
want to create a query that can search for keywords in this field and output
a result. For example, this field will contain data like "Kingston 1GB
JumpDrive". I would like to be able to search "Kingston" and have this record
come up. How would I do this? Is it even possible?
 

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