order by label.caption or combo.itemdata

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
 
D

Dirk Goldgar

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top