Results 1 to 3 of 3
  1. #1
    CraigR is offline Novice
    Windows 10 Access 2016
    Join Date
    Sep 2017
    Posts
    27

    Post unhide field based on previous fields answer

    Hi, and thanks for any help in advance. That's optimistic :-)

    I have a dropdown field "Retaining" with 3 options (N/A = 0; Retaining Wall = 1; Battered = 2.)

    if N/A is selected then the form stays as it is, no extra fields visible.

    however

    If "Retaining Wall" is selected then I want field "Retaining2" including Label to be visible.

    or

    If "Battered" is selected then I want field "Battered2" including Label to be visible.

    with thanks
    Craig

  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
    In the combobox AfterUpdate event:

    Me.Retaining2.Visible = Me.Retaining = 1
    Me.Battered2.Visible = Me.Retaining = 2
    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
    CraigR is offline Novice
    Windows 10 Access 2016
    Join Date
    Sep 2017
    Posts
    27
    Thank you very much for your help

    Craig

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

Similar Threads

  1. Replies: 5
    Last Post: 12-07-2016, 09:28 PM
  2. Replies: 5
    Last Post: 06-18-2013, 12:53 PM
  3. Replies: 3
    Last Post: 07-08-2011, 05:48 AM
  4. Make new field based on previous field's answer
    By VictoriaAlbert in forum Access
    Replies: 1
    Last Post: 04-11-2011, 09:54 PM
  5. Replies: 1
    Last Post: 01-10-2011, 12:25 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