Order by in forms

  • Thread starter Thread starter antonov
  • Start date Start date
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?
 
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>
 

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

Similar Threads

Dlookup error 13 7
Forms 1
Crosstab queries 5
Storing a date in UK format 17
Time input by work order 1
Time Date Query 1
Query to get no duplicated records 5
order number in query 2

Back
Top