Is there a way to lock two or more rows together?

C

christy

I would like to be able to lock one or more rows together so when I sort the
data these rows sort as one row. Is this possible?
 
D

Dave Peterson

Maybe putting a key in both rows and including a row number (1 or 2) in that key
would work.

But if you can put the data in one row, your life would be much simpler.
 
Top