Which sorting does ms access use for strings?

C

CSI member

I have a table with one text field.
3 records:
F-28
F111*
FAZ*

When I sort on this field I expect the following
F-28
F111*
FAZ*

Howerver I get
F111*
F-28
FAZ*

My database sorting is set to general.
When I go check the ascii table the - becomes before 1 and A
What is the sorting MS Access uses is there a table so I can check.

Kind regards
 
Top