Order By in continous form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
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
 

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

Back
Top