Hello, I am running a HSQLDB on Mac OS 11.4. (I also have a windows 10 computer that I am replicating the same issue on) I am using Base version 7.1.4.2
I have a filter form that when I select the ID from a drop down it displays information from the same table in a subform associated with that ID. It is doing exactly what I need it to and I am happy with that functionality.
The problem I have is that since the navigation bar only allows you to scroll between the results that the filter determines the navigation bar is essentially rendered useless while using this type of filter form. It shows the row of the table that is being displayed and then if you click the arrow to the right/left of course there are no other results to display.
Is there a way to make it so after I filter I can still use the navigation bar to scroll through ALL rows of the table?
Here is a dumbed-down version of the DB I am using and how I have it set up. This shows the issue I’m having if you open the form.
Thank you for the help and tips.