Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Miles R is offline Competent Performer
    Windows 11 Office 365
    Join Date
    Mar 2019
    Posts
    280

    Blank lines at the bottom of a continuous form

    I have a continuous form showing data from a table which allows vertical scrolling as there are too many rows to show at once.
    The form is for viewing only, set to Locked and not Enabled.

    When I scroll to the bottom, I get blank rows which are unsightly and not needed. I never want to go below the bottom row.
    Is there any way to stop Access scrolling below the bottom row? I suspect this is a "feature" that can't be changed.

    Not a big deal, but will correct this if possible.



    Click image for larger version. 

Name:	Screenshot 2025-06-29 122133.png 
Views:	17 
Size:	28.5 KB 
ID:	53130

  2. #2
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,818
    Hi
    Can you show a screenshot of the Form in Design View?

  3. #3
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,818
    I would suspect that you have expanded the Form Footer as shown in the attached screenshot.
    Attached Thumbnails Attached Thumbnails Footer.png  

  4. #4
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,550
    I think you would need to adjust the subform control to the minimum records that will exist?
    I use a Goto Last, back 5 and goto last again to get this.
    Attached Thumbnails Attached Thumbnails Screenshot 2025-06-29 131751.png  
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  5. #5
    Miles R is offline Competent Performer
    Windows 11 Office 365
    Join Date
    Mar 2019
    Posts
    280
    Thanks for the replies. Attached is the form in design mode. The footer has zero height.
    When I get to the bottom of the form and keep pressing the scroll bar down arrow, the form moves up and up until only the last row is shown at the the top. The rest is blank space.
    Not sure why anyone would want to do this, but I suspect it is a design feature that can't be changed.

    Click image for larger version. 

Name:	Screenshot 2025-06-29 131829.jpg 
Views:	18 
Size:	78.2 KB 
ID:	53133

  6. #6
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,550
    This is my sub form and control.
    Attached Thumbnails Attached Thumbnails Screenshot 2025-06-29 132458.png  
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  7. #7
    Miles R is offline Competent Performer
    Windows 11 Office 365
    Join Date
    Mar 2019
    Posts
    280
    Thanks for the reply. Not sure I understand what you have said. The dataset has 46 rows but only 19 can be shown at once.
    Scrolling is done entirely by Access itself, so there is no code involved. Not sure I would want to complicate things by putting code in place to scroll myself - which I think I have done elsewhere in another application.

  8. #8
    Join Date
    Apr 2017
    Posts
    1,792
    Without having to see your database it is difficult to give a good advice, but have you taken into account, that when you place a subform into form, then you have there subform control, which isn't your continuous form, but is a container object. And this container object contains your continouus form as source object. (Anytime I design something like this, I name the form as fFormName, an the subform as sfFormName to avoid having different objects having identical names used by Access when subform is created). Both those objects must be dimensioned properly - otherwise you may have problems.

  9. #9
    Miles R is offline Competent Performer
    Windows 11 Office 365
    Join Date
    Mar 2019
    Posts
    280
    ArviLaanemets,

    Thanks for the reply, but it is not a subform - it is a popup form. I have been having a private chat with Mike and sent him a small database that exhibits the issue. He reproduced the issue on his system and to quote Mike
    "I believe this is the standard effect when you have a PopUp Form".

    I am going to have to assume it is a feature - a rather annoying one nonetheless.

    I will close down this thread as solved.

  10. #10
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,550
    Here is that subform as just an opened main form.
    First pic is the form, second design view.
    And if I was at all concerned, I could get rid of that little space at the bottom.
    However, I think there would always be space for a potential new record?
    The again, with a bit of an adjustment, I can get the third picture.
    Attached Thumbnails Attached Thumbnails Screenshot 2025-06-29 184854.png   Screenshot 2025-06-29 185026.png   Screenshot 2025-06-29 185600.png  
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  11. #11
    Miles R is offline Competent Performer
    Windows 11 Office 365
    Join Date
    Mar 2019
    Posts
    280
    Welshgasman,

    Thanks for the reply. I am curious to know what happens if you press the down arrow button at the bottom of the scroll bar. Do the rows move up leaving more and more space at the bottom until only the last line (I assume 1752 is the last line) is now showing at the top, with everything else blank space.
    Your scroll bar does not look the same as mine, so I assume you are not using Office 365 Access.

  12. #12
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,818
    Hi Miles

    Is the Form which has the problem a subform which is related to a Main Form ?

  13. #13
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,550
    Quote Originally Posted by Miles R View Post
    Welshgasman,

    Thanks for the reply. I am curious to know what happens if you press the down arrow button at the bottom of the scroll bar. Do the rows move up leaving more and more space at the bottom until only the last line (I assume 1752 is the last line) is now showing at the top, with everything else blank space.
    Your scroll bar does not look the same as mine, so I assume you are not using Office 365 Access.
    No, as my info states 2019.
    If I click the down arrow anymore, I can get space for 4 extra records.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  14. #14
    Miles R is offline Competent Performer
    Windows 11 Office 365
    Join Date
    Mar 2019
    Posts
    280
    Mike,
    My form is not a subform, it is just a modal popup called from another modal popup called from the main form.

    Welshgasman,
    The fact that you get space for 4 extra rows is what I don't want. I think your form is editable and you can add rows. Mine in read only, so no rows can be added, so there is absolutely no point in having blank space at the bottom.
    Ideally what I would have liked is for the form to scroll down to the end of the data, with the last row of data now at the very bottom of the form, with no space below it. It should not be possible to scroll down any more, just like you can't scroll up when you are at the top of the dataset.

    Looks like I am going to have to live with this very minor cosmetic issue. I tend to be a perfectionist when it comes to my Access projects and having useless space at the bottom is not perfect.

    I'll sign off from this thread now, unless someone has a magic bullet that will make this happen.

  15. #15
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,550
    That form is also read only, no additions/deletes. It is what I call an Emulated Split Form (ESF). It is linked to the main form and is used purely for record selection.

    Seems you will just have to live with it then.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 11
    Last Post: 11-28-2015, 09:58 PM
  2. Replies: 3
    Last Post: 02-08-2015, 02:43 PM
  3. Replies: 4
    Last Post: 11-21-2014, 09:56 PM
  4. Moving Rows in Continuous Form Up/Down and Top/Bottom
    By RichardAnderson in forum Forms
    Replies: 2
    Last Post: 01-22-2014, 02:43 PM
  5. Replies: 7
    Last Post: 06-13-2012, 06:27 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