Results 1 to 2 of 2
  1. #1
    Dkriezel is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Dec 2012
    Posts
    6

    Check box with an invisible text box

    I need code for a check box that has a (Product Impact) text box thats only visible when checked

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,822
    Use code in checkbox Click event to set the Visibility property of textbox. VBA would be like:

    Private checkboxname_Click()
    Me.textboxname.Visibility = Me.checkboxname
    End Sub
    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.

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

Similar Threads

  1. how change Text field to Check box.
    By qazi in forum Queries
    Replies: 3
    Last Post: 10-01-2012, 04:41 AM
  2. check text box after update for duplicate
    By smahdih in forum Access
    Replies: 1
    Last Post: 11-05-2011, 05:35 PM
  3. Check box to add 0.5 to unbound text box
    By neoroses in forum Forms
    Replies: 12
    Last Post: 07-20-2011, 11:26 PM
  4. check and return specified text
    By nosiss in forum Queries
    Replies: 7
    Last Post: 05-17-2011, 02:29 PM
  5. Replies: 6
    Last Post: 05-11-2011, 02:24 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