Hi
Have a main form with subform in datasheet view that builds a history of transactions. The history is getting long and it's tedious for users to have to scroll down the list every time when adding records.
What's easiest to resolve this? Tried adding a command button on the main form to set the subform's DataEntry property to True temporarily using this
Forms!frmCoordinators.sfmcoordinatorhours.Form.DataEntry = True
. . . but it returns 'Application-defined or Object-defined error'
Have a main form with subform in datasheet view that builds a history of transactions. The history is getting long and it's tedious for users to have to scroll down the list every time when adding records.
What's easiest to resolve this? Tried adding a command button on the main form to set the subform's DataEntry property to True temporarily using this
Forms!frmCoordinators.sfmcoordinatorhours.Form.DataEntry = True
. . . but it returns 'Application-defined or Object-defined error'