Order data on a form

Chunk

Registered User.
Local time
Today, 08:16
Joined
Oct 25, 2004
Messages
64
I want to order the data on a tabular form.

I realise I could do it by basing the form on a query like:

Select *
from table
order by field

But I have allready made andlaid out the form, after basing it just on the table. Is there a way I can now order the data on the form, after having created it?
 
There's no reason why you can't easily switch the record source of your form to a query ;)
 
Ill give it a try.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom