Results 1 to 3 of 3
  1. #1
    gheyman is offline Novice
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    22

    Split Form Footer

    I added something in the Form footer but it does not appear on the "Bottom" of the form. It is below the detail section but above the Datasheet. Is there any way to get the footer on the "Bottom"?

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,412
    if you are using the split form, don't think so. Options for the datasheet part are top, bottom, left right. Your form footer is part of the single form part of the split form, so appears at the bottom of that instead.

    Don't think it will work, but you could try using the page footer instead.

    It is very easy to design your own 'split form' with a lot more control of what appears where

    1. Create a datasheet of the data you want to appear. Or simply create a copy of your main form and in the design view of the copy, in the form properties, format tab change default view to datasheet

    2. in this datasheet form put the following code into the current event

    on error resume next 'in case parent not available
    me.parent.filter="ID=" & me.ID 'where ID is the primary key to your table, change as required
    me.parent.filteron=true

    save and close the form

    3. in your main form, drag the copy into the footer section, size and locate as required.

    4. in the subform properties, remove any values in the linkchild/master properties

    Job done

  3. #3
    gheyman is offline Novice
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    22
    Will do! Thanks

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

Similar Threads

  1. Force Report Footer to before Page Footer
    By Charles CL in forum Reports
    Replies: 15
    Last Post: 01-21-2016, 12:06 PM
  2. Replies: 3
    Last Post: 11-03-2015, 11:19 PM
  3. Replies: 2
    Last Post: 12-21-2013, 02:09 PM
  4. Replies: 2
    Last Post: 10-15-2013, 09:30 AM
  5. Sum in Form footer
    By NISMOJim in forum Forms
    Replies: 3
    Last Post: 01-17-2011, 09:11 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