Results 1 to 2 of 2
  1. #1
    Delta729 is offline Advanced Beginner
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Nov 2010
    Location
    Los Angeles
    Posts
    95

    lookup wizard help

    Hello all,



    I'm wondering if this is possible. I've been searching for a while, but haven't found anything.

    I have a table that I'm using the lookup wizard on to pull names from another table to easily fill in this data. However, I'd like to be able to filter the list to only show active names. The table that the names are coming from have the options all set up for (1) Active, (2) Inactive. Is there a quick easy way to do this with the wizard or would this be done with a query?

    Hopefully that makes sense. Any help would be greatly appreciated.

    Thanks
    Dan

  2. #2
    Delta729 is offline Advanced Beginner
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Nov 2010
    Location
    Los Angeles
    Posts
    95
    Never mind, I figured it out. Set it in the query. Duh.
    SELECT tblRelationshipLead.[Relationship Lead], tblRelationshipLead.[RL Status] FROM tblRelationshipLead WHERE (((tblRelationshipLead.[RL Status])="(1) Active"));

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

Similar Threads

  1. LOOKUP WIZARD, is it possible?
    By finsmith in forum Programming
    Replies: 5
    Last Post: 01-24-2013, 09:45 AM
  2. lookup wizard
    By dafdek in forum Access
    Replies: 1
    Last Post: 01-10-2013, 04:57 PM
  3. lookup wizard
    By bigmac in forum Access
    Replies: 1
    Last Post: 03-10-2012, 02:09 PM
  4. Lookup Wizard Problem
    By Boltman in forum Access
    Replies: 2
    Last Post: 07-31-2011, 10:06 PM
  5. Lookup wizard
    By VLI in forum Forms
    Replies: 7
    Last Post: 01-28-2011, 09:25 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