Order By in continous form

A

an

Hello!

I have a continous form based in a table, order by Field2.
Is it possible to order records in this form by Field2 too, please?

I have a similar situation in single form and work fine, but in continous
form... and I don't know why not.

Thanks in advance.
an
 
F

fredg

Hello!

I have a continous form based in a table, order by Field2.
Is it possible to order records in this form by Field2 too, please?

I have a similar situation in single form and work fine, but in continous
form... and I don't know why not.

Thanks in advance.
an

Continuous form sort order should work the same as a single form sort
order.
1) Select Field2 of any Record and click the A-Z or Z-A sort tool
button.

2) Or you can create a query, sorted on that field, and use that as
the record source for the form. Once again, that is the same method
used in single form view.
 
A

an

Freg,
Thanks for your reply.

1) The two icons there are inactives. (?)
2) I tried with query and work fine. After, return to Table in Record source
and work fine too, now (?)

Thanks for your help.
an
 
Top