Results 1 to 3 of 3
  1. #1
    terdfurgeson is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2014
    Posts
    4

    Question regarding sub-sub datasheet form

    Is is possible to have a sub-sub datasheet "open" (expanded), but not visible?



    The attached images show my issue somewhat. The data on the screen is used to feed a form that is faxed by VBA, removing much human interaction. (This part works great...)

    The report works IF the sub-sub form is expanded, but not if it is collapsed. I'd like to remove redundant clicking and either auto-expand the sub-sub, OR if there is a programmatic approach that would better serve this, I'd gladly approach it that way.

    I tried combining the alternatives in the first subform, but it must remain editable, as the checkboxes drive a recordset that controls what faxes to send.


    Any ideas or suggestions would be highly appreciated.
    Attached Thumbnails Attached Thumbnails Untitled.png   Untitled2.png  

  2. #2
    hansendl is offline Advanced Hobbyist
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2012
    Posts
    38
    Try using the Form.SubdatasheetExpanded property to expand the subdatasheet on form opening.

  3. #3
    terdfurgeson is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2014
    Posts
    4
    Perfect. That was it. Ended up having to use the following structure to get it completely there:

    Me.[subform name 1].[Form].SubdatasheetExpanded = True

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

Similar Threads

  1. Replies: 5
    Last Post: 01-24-2014, 01:36 AM
  2. Replies: 3
    Last Post: 08-18-2013, 09:14 PM
  3. Replies: 4
    Last Post: 11-24-2012, 09:42 PM
  4. Replies: 8
    Last Post: 08-26-2012, 11:11 PM
  5. Replies: 4
    Last Post: 05-04-2012, 03:41 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