Results 1 to 2 of 2
  1. #1
    azhar2006's Avatar
    azhar2006 is offline Expert
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2012
    Posts
    528

    Continuous models and hide some fields

    Hi guys
    I have a continuous form
    Is it possible to hide a particular field in one record only. Where I put in front of each record checkbox, which is hidden for example field (age).


    Thanks in advance
    Last edited by azhar2006; 10-14-2014 at 09:47 AM. Reason: Continuous forms and hide some fields

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    no, the visibility prop is for ALL boxes, in a continuous form.
    but if you allow user to 'show detail' where it opens to a single record form, THEN you can disable it on LOAD event

    chkBox.visible = [field] = "Bob"

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

Similar Threads

  1. Replies: 2
    Last Post: 09-11-2014, 11:37 PM
  2. Replies: 5
    Last Post: 06-24-2013, 04:54 PM
  3. Hide or Unhide Fields in Query using VB
    By SCFM in forum Programming
    Replies: 4
    Last Post: 03-12-2010, 01:24 PM
  4. Cannot hide fields in a datasheet
    By desgordon in forum Forms
    Replies: 2
    Last Post: 08-19-2009, 03:24 PM
  5. how to hide the fields in subform
    By tinytree in forum Forms
    Replies: 3
    Last Post: 05-01-2009, 07:56 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