Results 1 to 5 of 5
  1. #1
    karmadog is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2014
    Posts
    20

    Bind Value List to Subform?

    Hello Access Guru's!


    I'm trying to create an Access application that will help me manage various interior signage in several different building complexes. I've created dynamic dropdown lists that filter down to a specific floor section. Each floor has a set of similar signage types, i.e. Office, Conference, Breakroom, etc. I want to be able to drill down to a specific building campus->building->floor->section and then see a list of the different sign types specific to that area. I then want to double-click a sign type from the list and have it open a subform that displays all the signage meta-data, like Manufacturer, size, placement location, etc.

    The problem is that all the sign types are the same, so when I double-click a sign type from the main form list, it seems to open the first instance of that sign type regardless of it's location.

    How do I bind a similar sign type to the specific location is occurs?

    Hope this makes sense! I've included a couple of pics that may help.

    Thanks!
    Mark in AustinClick image for larger version. 

Name:	11-3-2015 12-41-10 PM.jpg 
Views:	5 
Size:	128.4 KB 
ID:	22620Click image for larger version. 

Name:	11-3-2015 12-38-41 PM.jpg 
Views:	5 
Size:	157.5 KB 
ID:	22621

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Signs don't have a unique identifier?

    If you want to provide db for analysis, follow instructions at bottom of my post.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    karmadog is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2014
    Posts
    20
    Here you go. FYI, I'm converting an existing database I wrote last year for auditing fire extinguishers in the same campuses.
    Attached Files Attached Files

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    If I understand, want to open frmFieldData filtered to a specific sign.

    Need LabelID in the Signage listbox RowSource.

    Then open form with:

    DoCmd.OpenForm "frmFieldData", , , "LabelID=" & Me.lstLabelID

    I would make one form serve all 3 purposes - add, edit, filter.

    Advise no special characters in naming convention - such as the ? mark in field names.

    Electrical has been misspelled as Electerical.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    karmadog is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2014
    Posts
    20
    Thank you, June7! I'll let you know how it works out.

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

Similar Threads

  1. Replies: 3
    Last Post: 08-26-2015, 01:48 AM
  2. Help new user in a bind
    By jagsfan4life in forum Programming
    Replies: 1
    Last Post: 04-22-2014, 07:13 AM
  3. Replies: 16
    Last Post: 04-06-2014, 05:56 PM
  4. Bind one combo box to another one
    By Zamani_2012 in forum Forms
    Replies: 1
    Last Post: 08-12-2012, 09:51 AM
  5. 1,000,000 number bind
    By Lathian in forum Access
    Replies: 7
    Last Post: 09-12-2011, 01:43 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