Hi,
I have a subform which has a column called Event which is made up of 4 other columns called EStroke, Egroup, EDistance and Esex.
I have combined the columns using this code in the control source =[EStroke] & " " & [EGroup] & " " & [EDistance] & " " & [ESex]
I do not use any of the original columns only the new combined column called Event in my subform.
What i was wondering is how would i sort this combined column by EStroke?
Thanks!
I have a subform which has a column called Event which is made up of 4 other columns called EStroke, Egroup, EDistance and Esex.
I have combined the columns using this code in the control source =[EStroke] & " " & [EGroup] & " " & [EDistance] & " " & [ESex]
I do not use any of the original columns only the new combined column called Event in my subform.
What i was wondering is how would i sort this combined column by EStroke?
Thanks!