Results 1 to 3 of 3
  1. #1
    sdc1234 is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2013
    Posts
    89

    Search Querry Full Name

    I am trying to do a search querry to run a report , I want to do a search by full name (last, First, MI) is there a way I can combine my 3 colums and run the search

    Thank You

  2. #2
    pradeep.sands is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2013
    Posts
    49
    Use something like this:
    [Last] & " " & [First]& " " & [MI] AS FullName
    I hope this is what you wanted

  3. #3
    sdc1234 is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2013
    Posts
    89
    Quote Originally Posted by pradeep.sands View Post
    Use something like this:
    [Last] & " " & [First]& " " & [MI] AS FullName
    I hope this is what you wanted
    the code Like "*" & [Forms]![SearchF]![Last] & "*" works because it is showing the dates that I need to have shown, my problem is that I have multiple last names so I figure I would do a searh by the full name; (last, first, mi). when I use the code you provided it does generate the report but nothing shows up

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

Similar Threads

  1. Querry question.
    By ZJGMoparman in forum Queries
    Replies: 2
    Last Post: 02-20-2013, 11:37 AM
  2. search for folder and return full path
    By eladz949 in forum Programming
    Replies: 3
    Last Post: 12-23-2012, 02:26 PM
  3. Querry help with Dates
    By jimhmason in forum Access
    Replies: 1
    Last Post: 11-09-2011, 04:36 PM
  4. Update Querry
    By wrenchman123 in forum Queries
    Replies: 0
    Last Post: 02-05-2011, 07:21 AM
  5. Querry formating
    By Zoroxeus in forum Queries
    Replies: 0
    Last Post: 03-07-2006, 11:00 PM

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