Results 1 to 4 of 4
  1. #1
    macattack03 is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Apr 2011
    Posts
    15

    query with criteria and no results

    I'm very new to access and don't understand what I'm doing wrong I have created a table with several fields of information from this table I have created a query to only find the information I need. Here is an example of what I'm having problems with



    Query fields Customer #, First Name, Last Name, Street, City

    I enter in the name of the street under criteria Magee and I find no results however i know that in my table there are two customers with magee for an address
    does it matter if the address has like for example 401 Magee and I'm only searching for just the name of the street

    Please help in any way you can thanks

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows XP Access 2003
    Join Date
    Aug 2013
    Posts
    7,862
    How and what are you using to start your search? Are you using Access' intrinsic search function?

  3. #3
    macattack03 is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2011
    Posts
    15
    no its what I put in the criteria area and then click view for the query no search not sure if i confused you or what

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows XP Access 2003
    Join Date
    Aug 2013
    Posts
    7,862
    In the criteria field within your query, you can place the following

    Like "*Magee*"

    This criteria includes two wildcards. One before the literal text and one after the text. If the text "Magee" apears anywhere within the field, in the beginning, middle, or the end, the record will return.

    Like "Magee*" - this would require that the field begins with Magee. So, 1234 Magee street would not return.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 05-02-2013, 10:36 AM
  2. Replies: 4
    Last Post: 03-23-2012, 01:18 PM
  3. Replies: 9
    Last Post: 03-09-2012, 02:55 PM
  4. query results as criteria
    By tuyo in forum Queries
    Replies: 2
    Last Post: 03-23-2011, 04:30 PM
  5. Replies: 2
    Last Post: 03-31-2009, 11:15 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums