Results 1 to 3 of 3
  1. #1
    emberk is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    May 2014
    Posts
    6

    Lookup List Management

    I have an Access 2013 database for tracking financial information. I am utilizing several lookup lists for ease of data entry and consistency of the entries. Users have the ability to add items to any one of the lookup lists. Some of these lists are getting pretty long and contain items that are no longer needed. I am seeking a way to "hide" a specific list item so that it is not an option when entering new records. I have successfully added a "Hide" column to the lookup list which is a checkbox. Users can check the box if the item should no longer be selected. I then added to my combo box on the form, the condition that the field should only show non-hidden items. This works great, however, if I navigate to a record that used said hidden item, the field is blank.



    I am missing the piece that will allow a lookup list item to be hidden, but still display for any record that previously used that item. Hope this makes sense. I have tried searching for an answer, but have been unsuccessful (probably due to my inability to use the proper terms needed for this functionality). Example of layout below.

    tblProperty (lists all our properties)

    PropID PropName PropHide
    1 PropertyA No
    2 PropertyB Yes

    frmEvent

    EventID Property (combo box linked to tblProperty)
    1 PropertyA
    2 Blank (s/b PropertyB but isn't shown due to combo box query limiting results to show only non-hidden items)

    I feel like I need two "property" fields on the form, one so users can select a non-hidden property and one to permanently hold the PropID or PropName so that the information would be visible even if the Property was marked hidden at some point.

    Any help or direction would be appreciated.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    yes many of my combos use the HIDE column. (but not that extra property)
    I also have a filter combo, that allows users to pick the data in the combo, from a table tQrys2Flt
    Short List, qsItemsShort
    All items, qsItemsAll

    users can use the default Short list, but change it to ALL items, etc
    Code:
    cboFlt_afterupate()
       cboInv.recordsource = cboFlt
    end sub

  3. #3
    emberk is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    May 2014
    Posts
    6
    Thank you for your response. Two questions:

    1st - So on your form you have two fields, 1 that pulls from either Short List or All Items and 1 that stores the item selected?

    2nd - If you don't have an extra "Hide" column in the lookup list, how are items hidden?

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

Similar Threads

  1. lookup dropdown list
    By LaughingBull in forum Access
    Replies: 9
    Last Post: 10-16-2015, 12:59 PM
  2. Lookup list with a write-in option
    By KayTee in forum Macros
    Replies: 10
    Last Post: 06-19-2014, 11:37 AM
  3. Lookup Wizard list visibility
    By KHill in forum Access
    Replies: 3
    Last Post: 07-11-2012, 07:18 PM
  4. list lookup query
    By gully300 in forum Queries
    Replies: 7
    Last Post: 08-11-2011, 09:47 AM
  5. Cannot always overtype item from lookup list
    By sephiroth2906 in forum Forms
    Replies: 4
    Last Post: 05-16-2011, 09:13 AM

Tags for this Thread

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