Dates

T

TB

I input my loans that I have closed with the date it has closed and funded.
Is there a way that the dates will automatically sort in order the date,
therefor if I miss one from an earlier date, I can plug the loan info in ,
and it will still default to the list in the order it closed
 
W

Wayne Morgan

The data in the table is not necessarily in any particular order. If you
want the data sorted, you'll need to use a query or set the OrderBy property
of the form or report. In a form, as you add new records they remain at the
end of the recordset until you Requery the form.
 
Top