subforms

F

franklinbukoski

I have two subforms in one form, with related info. How do I link the
subforms so that when I sort one of the subforms the data in the second
subform that corresponds to the first subform sorts with it?
 
R

Rick Brandt

franklinbukoski said:
I have two subforms in one form, with related info. How do I link the
subforms so that when I sort one of the subforms the data in the
second subform that corresponds to the first subform sorts with it?

There is no such thing as a link that affects sorting. You could of course
provide tools that apply the sort via code and that code can then put the same
sort on both subforms.
 
Top