Results 1 to 3 of 3
  1. #1
    vesna is offline Novice
    Windows 10 Access 2016
    Join Date
    Dec 2019
    Posts
    1

    combo box with options

    Hello,
    I have made a combo box with yes or no selection.


    I want to give an option to fill other information if selected yes. Example:
    Family members? yes/ no (if no nothing to fill) (if yes, I want options to fill in other information such as spouse name, child 1, child 2 etc/)

    Appreciate help

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    turn on the family subform if yes:
    Code:
    sub cboHasFamily_afterupdate()
       subFam.visible = cboHasFamily = "yes"
    end sub

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

Similar Threads

  1. Combo Box Options
    By RikApple in forum Forms
    Replies: 1
    Last Post: 10-04-2019, 10:58 AM
  2. Replies: 3
    Last Post: 09-09-2018, 12:45 PM
  3. Count Combo Box Options
    By Emilee in forum Queries
    Replies: 4
    Last Post: 09-03-2015, 12:27 PM
  4. Combo Box Options
    By AnnWalls in forum Access
    Replies: 4
    Last Post: 05-06-2014, 06:06 PM
  5. Restrict Combo Box Options
    By KWarzala in forum Forms
    Replies: 1
    Last Post: 03-03-2010, 04:46 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