View Single Post
  #2   Report Post  
Gary''s Student
 
Posts: n/a
Default How can I sort one column and have the entire row sort. (binding)


Select all used columns before sorting. When you do the sort of the state
column, the other will follow.
--
Gary''s Student


"Blue" wrote:

I have my client list in rows. One row per client. The last column in the
each row has the state abriviation. I want to sort this column and have my
client list sorted by state. I need to bind the rows as a unit. Because when
I sort the last column the states sort, but they don't carry the entire row
with them. Please help.