I was wondering if it is possible to put a combobox on the main form that would filter the datasheet subform by client.
If your single subform could be a continuous form with a header, you could dispense with the nav buttons and dividing lines and put the combo in the header. The AfterUpdate event of the combo could cause the requery of the subform using the combo as a filter.
Otherwise, this would mean you'd have to hide/unhide the combo based on the subform in use (I presume it doesn't apply to all subforms) and it would have to be linked to the main form by vba since you couldn't design it that way.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.