Order by in forms

A

antonov

I have this form. I need the data to be ordered by DateIn but when I input
it nothing changes... The TextBox is enabled and locked... How can I do
this?
 
J

Jeff Boyce

Forms don't "hold" data, tables do. Forms provide you a look at the data in
a table. If you base your form on a query, and the query, in turn, is based
on the table, you can use the query to sort the data "into" the form.

Regards

Jeff Boyce
<Office/Access MVP>
 
Top