Results 1 to 3 of 3
  1. #1
    Access is tough is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Jan 2019
    Posts
    1

    Cascade validations

    Hi Guys

    I am struggling with cascade validations.

    I am new to access and want to build a tracker for documenting work progress.



    What it involves is in a form - if region is selected as Singapore - only clients of Singapore region should be seen.
    (see attachment)

    How do I do that, I've tried but can't find a step by step approach to this problem?

    Kind regards
    Attached Thumbnails Attached Thumbnails Capture.PNG  

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    First off, shouldn't Clients be a combobox instead of textbox?

    Possible RowSource sql: SELECT ClientID, ClientName FROM Clients WHERE Country = [cboCountry];

    Then code in combobox GotFocus event: Me.cboClient.Requery

    Cascading combobox is common topic.
    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
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    Here's an example with 5 cascading combos from my website: http://www.mendipdatasystems.co.uk/c...xes/4594455723

    And another from the FMS site: http://www.fmsinc.com/microsoftacces...cascading.html . However, I've not used that myself & apparently it has some flaws.
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

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

Similar Threads

  1. Multiple validations
    By Homegrownandy in forum Programming
    Replies: 4
    Last Post: 08-24-2017, 07:58 AM
  2. Multiple users with validations
    By ajax1234 in forum Access
    Replies: 1
    Last Post: 09-19-2016, 01:06 AM
  3. Property sheet validations
    By thisisjess in forum Access
    Replies: 2
    Last Post: 08-26-2015, 12:42 PM
  4. Multiple validations in same field
    By UTS in forum Queries
    Replies: 1
    Last Post: 09-06-2011, 09:51 AM
  5. Validations
    By Icewolf0927 in forum Forms
    Replies: 1
    Last Post: 09-24-2010, 09:54 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