M
magmike
I have a code in VB on the field labels in a continuous form that sorts based on that field when clicked,
OrderBy = "form.field"
However, with one field, Status, I would like to sort based on the second column (Column(1), correct?), since right now, it is sorting on the bound column, a hidden column and id number, so the user does not see alphebetical sorting.
Is there a way to accomplish, this as the following is not working,
OrderBy - "me.form.field.column(1)"
Thanks in advance,
magmike
OrderBy = "form.field"
However, with one field, Status, I would like to sort based on the second column (Column(1), correct?), since right now, it is sorting on the bound column, a hidden column and id number, so the user does not see alphebetical sorting.
Is there a way to accomplish, this as the following is not working,
OrderBy - "me.form.field.column(1)"
Thanks in advance,
magmike