Results 1 to 3 of 3
  1. #1
    samsquared is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    May 2021
    Location
    St. Augustine, FL
    Posts
    20

    Force form footer to appear under the last detail row instead of the bottom of the form


    I have a form that shows stocks I own and relevant info for each in the detail section like stock name, number of shares, price paid, and current value. The form footer contains several calculated totals but there's a lot of empty space between the last detail row and the footer. Is there a way to make the footer "float" and appear just after the last detail row?

  2. #2
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,421
    No, but you can alter the height of the detail section via code according to the number of records you get. That will be resolution specific and won't necessarily look right on every screen. You could also put your calculations in the header instead - much easier.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,927
    if you are using overlapping windows you can adjust the height of the form window based on header height + footer height +(number of records x detail height)

    if you are using tabbed documents then put your form in a subform and adjust the subform control height using the same formula

    but personally I would favour putting the footer controls in the header section as Micron suggests - otherwise the footer will be jumping around. You can put a box round it to 'separate' it from the header information

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. Form Footer appears before Form Detail
    By Luchino in forum Forms
    Replies: 2
    Last Post: 12-12-2015, 06:44 AM
  3. Form footer anchors to bottom
    By Lumios in forum Forms
    Replies: 1
    Last Post: 08-20-2015, 06:02 AM
  4. How to force Page Footer to the bottom of report
    By nightangel73 in forum Reports
    Replies: 1
    Last Post: 06-20-2014, 11:46 AM
  5. Replies: 2
    Last Post: 01-09-2014, 07: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