Access link rows

C

ChangHoon EIm

is there any way to link two rows together so that when sorted/
filtered they will stay together?
 
J

John W. Vinson

is there any way to link two rows together so that when sorted/
filtered they will stay together?

Only by adding a new field which defines the group, and sorting or filtering
by that field.
 
K

KARL DEWEY

You can add another field to control sorting. Put identical information in
that field of both records or consecutive sort info if you have a preference
as to which is dispalyed first.
 
Top