I am working in Access 2000.
I have Bank reconciliation form, frmBnkMain and a subform frmBnkDet. frmBnkMain displays the total for a given cheque number, frmBnkDet displays each cheque record.
The forms are linked by cheque number. When I select a new record from frmBnkMain (the aggregate record) the detail records are displayed.
This works fins as a basis, however, the size of the subform display area seems to be fixed. I want to dynamically resize the subform (& form if necessary) so that all records are displayed and the total is displayed directly below it.
E.g. Currently I have the size set at around 9 rows from the top so the total is always 9 rows from the top even if only2 rows are display and the user has to scroll down if more than 9 rows exist.
I want the total to be in the 3rd row from the top if only 2 rows are returned for that cheque number.
I did a search and someone suggested checking out a previous thread but it no longer exists.
Any ideas?
I have Bank reconciliation form, frmBnkMain and a subform frmBnkDet. frmBnkMain displays the total for a given cheque number, frmBnkDet displays each cheque record.
The forms are linked by cheque number. When I select a new record from frmBnkMain (the aggregate record) the detail records are displayed.
This works fins as a basis, however, the size of the subform display area seems to be fixed. I want to dynamically resize the subform (& form if necessary) so that all records are displayed and the total is displayed directly below it.
E.g. Currently I have the size set at around 9 rows from the top so the total is always 9 rows from the top even if only2 rows are display and the user has to scroll down if more than 9 rows exist.
I want the total to be in the 3rd row from the top if only 2 rows are returned for that cheque number.
I did a search and someone suggested checking out a previous thread but it no longer exists.
Any ideas?