sorting table

winjohan

New member
Local time
Today, 03:39
Joined
Sep 18, 2002
Messages
8
sorting table (solved)

Hey there

Is it possible to sort a table on a specific field
lets say custumer_name
and what should i do to make it work

thanks in advance
Johan
:D
 
Last edited:
Data is not stored in any special order (for the most part) in a database. You can write a query to pull the data and sort it so it appears sorted. You can use that query in reports and forms to see the data sorted.
 
Hello Fofa

Thanks for your replay

I know i can sort it in a query but is there a way i can sort it directly in the table
I saw a option in the tabledesign (F4)
option sorting i gues but what has to be filled in to make it work

Thanks in advance
Johan
:confused:


Oke found it :
Sorting:
tblTableName.FieldToSortOn
 
Last edited:

Users who are viewing this thread

Back
Top Bottom