order by label.caption or combo.itemdata

  • Thread starter Thread starter chriske911
  • Start date Start date
C

chriske911

I'd like to be able to sort records in a subform in continous form view by
clicking the label above the "column" or by choosing a field from a combobox

I used the form.orderby but it gives me an error stating misuse of a
property or method

what should I use to be able to sort records during runtime ?

thnx
 
chriske911 said:
I'd like to be able to sort records in a subform in continous form
view by clicking the label above the "column" or by choosing a field
from a combobox

I used the form.orderby but it gives me an error stating misuse of a
property or method

what should I use to be able to sort records during runtime ?

It sounds eminently doable. Please post your code, noting where the
error occurs.
 
Back
Top