Dear Experts,
Here's my situation. Please parden me if this is too basic question...
I have a table "tblName" as following:
id name
1 David
2 Robert
3 Peter
4 Andy
on table "tblRecord", those names are stored as number using combo box trick with bound column 1 but showing only 2nd column for displaying purpose.
now I have to display those names in alphabetical order (ascending). However, if I say "ascending" on a query for that field "Name", it'll sort by id, not by name.
Could you please shed me some light on this?
Thank you.
Here's my situation. Please parden me if this is too basic question...
I have a table "tblName" as following:
id name
1 David
2 Robert
3 Peter
4 Andy
on table "tblRecord", those names are stored as number using combo box trick with bound column 1 but showing only 2nd column for displaying purpose.
now I have to display those names in alphabetical order (ascending). However, if I say "ascending" on a query for that field "Name", it'll sort by id, not by name.
Could you please shed me some light on this?
Thank you.