Although there is no built-in way to do what you suggest, several reasonable options are described below.
Record Selection Options:
You could use one of the following methods to allow a user to select or queue appropriate records:
- Add a check box to the bill records, e.g. "Overdue". The check box is editable within the table grid, or
- Add an action button that queue's the current record to a separate table of overdue items.
Processing Options:
Once the records are selected you can use one of the following methods to process them:
- Add an action button to the customer table that directly processes the overdue records as previously selected, or
- Add an action button that prepares (populates) and starts a Wizard and navigates to that wizard. https://dbfront.com/data-entry-wizard
Because these alternatives are simple and effective I am going to skip this feature request. Feel free to comment if you think of reasons why I should pursue this further.