Results 1 to 7 of 7
  1. #1
    Pyrgos is offline Novice
    Windows 10 Office 365
    Join Date
    Oct 2022
    Posts
    3

    Stapsgewijze keuzelijst


    Ik heb een database gemaakt waarin 2 keuzelijst zijn. Ik zou graag willen dat op basis van de 1e keuzelijst (veld categorie) ik bij de volgende keuzelijst (veld rubriek) alleen voor de betreffende categorie de rubrieken zie.
    Wie kan mij helpen.

    Marjan

  2. #2
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,914
    Non comprende lo siento.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  3. #3
    moke123's Avatar
    moke123 is offline Me.Dirty=True
    Windows 11 Office 365
    Join Date
    Oct 2012
    Location
    Ma.
    Posts
    1,651
    If google translate is right, this has something to do with a picklist
    Attached Files Attached Files
    If this helped, please click the star * at the bottom left and add to my reputation- Thanks

  4. #4
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,563
    Hi
    The translation is as follows:-

    I have created a database in which there are 2 picklist. I would like, based on the 1st selection list (category field), that I only see the rubrics for the relevant category in the next selection list (section field).
    Who can help me.

    marjan

    For this you will need touse Cascading Combobox's
    You can PM me if you need further help.
    Good Reading https://docs.microsoft.com/en-gb/off...on-description

  5. #5
    xps35's Avatar
    xps35 is offline Competent Performer
    Windows 10 Office 365
    Join Date
    Jun 2022
    Location
    Schiedam, NL
    Posts
    229
    Je moet daarvoor een gebeurtenis "na bijwerken" op de eerste keuzelijst maken. In die gebeurtenis pas je de "rijbron" van de tweede keuzelijst zodanig aan dat alleen de rubrieken die bij de gekozen categorie horen getoond worden. Zo'n gebeurtenis ziet er globaal zo uit:
    Code:
    me.Rubriek.Rowsource = "SELECT Rubriek FROM tblRubriek WHERE Categorie ='" & me.Categorie & "'"
    Voor gedetailleerdere informatie is meer informatie over de database nodig.
    Groeten,

    Peter

  6. #6
    moke123's Avatar
    moke123 is offline Me.Dirty=True
    Windows 11 Office 365
    Join Date
    Oct 2012
    Location
    Ma.
    Posts
    1,651
    I only translated Stapsgewijze keuzelijst to Step-by-step picklist.

    looks like peter has this one.
    If this helped, please click the star * at the bottom left and add to my reputation- Thanks

  7. #7
    xps35's Avatar
    xps35 is offline Competent Performer
    Windows 10 Office 365
    Join Date
    Jun 2022
    Location
    Schiedam, NL
    Posts
    229
    Quote Originally Posted by moke123 View Post
    looks like peter has this one.
    It helps that I am Dutch
    Groeten,

    Peter

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

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