Put dates in order

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

I have a form where users enter interest rates for a
certain date im trying to put these dates in order on
the form i know there is a orderby property can i
use this and if so how The name of the field is
Entry Date that i want to put in order
 
Hi Dan,

You could base the form on a query that sorts on the date
field. Or you can open the form in Form view, place the
cursor into the [Entry Date] field and click the sort
ascending toolbar button and then save the Form. This
should save the OrderBy property for you - I hope.....

hth

chas
 
Back
Top