Problem with filtering in query table

Table sort

I am trying to sort the query table of 1, 4, 5, 6, 7,1-2, 3-4, 5-6, 9 10....so on Now how do i sort this table without 1-2, 3-4, 5-6. I tried Not Like"-" but did not work. please help me export.
:cool:
 
Hello okendra!

If you want to sort the table via this field as NUMERIC, you can't do this,
because it is a TEXT field.
You can do it via query.

Look at "DemoSortTextFieldA2000.mdb", look at Query1, column f11.
 

Attachments

Users who are viewing this thread

Back
Top Bottom