D
David M C
It seems Access isn't so clever at sorting strings. Each different type of
string requires a different sorting method. For instance, given a field,
LocationName:
Bathroom
Bedroom
Kitchen
Lounge
Requires a simple sort on LocationName.
1 The Green
2 The Green
3 The Green
10 The Green
Requires a sort on Val(LocationName).
Room 1
Room 2
Room 3
Room 10
Requires a sort I can't figure out. How do you sort those strings? Secondly,
is there a way to sort all the above with one solution?
Thanks
Dave
string requires a different sorting method. For instance, given a field,
LocationName:
Bathroom
Bedroom
Kitchen
Lounge
Requires a simple sort on LocationName.
1 The Green
2 The Green
3 The Green
10 The Green
Requires a sort on Val(LocationName).
Room 1
Room 2
Room 3
Room 10
Requires a sort I can't figure out. How do you sort those strings? Secondly,
is there a way to sort all the above with one solution?
Thanks
Dave