Order by

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

Guest

My form has OrderID as its PK (which is not-visible in my form) but I want my
form to Order by "PurchaseOrderNumber". I have tried typing
[PurchaseOrderNumber] into the Form, Properties, Data tab, OrderBy section
but it still does not sort by number.

How can I make this sort by this number field?
 
WoodyAccess said:
My form has OrderID as its PK (which is not-visible in my form) but I want
my
form to Order by "PurchaseOrderNumber". I have tried typing
[PurchaseOrderNumber] into the Form, Properties, Data tab, OrderBy section
but it still does not sort by number.

How can I make this sort by this number field?

Base your form on a query with the table as it's source. You can then sort
of as many fields as you like.

HTH - Keith.
www.keithwilby.com
 

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