Can anyone tell me the syntax to use during creating a sql table, so that when the data is referrenced it is presented Alphabetically by a certain field.?
For instance, There will be a col called "CODE", and it will contain "
(CA)
(BC)
(DC Boston)
(Brazil-NSW)
I want the data presented ALphabetically when "srel" to this table so when user clicks on field that srels to this table, the drop-down selection lists it Alphabetically like this:
(BC)
(Brazil-NSW)
(CA)
(DC Boston)
Thank you.
For instance, There will be a col called "CODE", and it will contain "
(CA)
(BC)
(DC Boston)
(Brazil-NSW)
I want the data presented ALphabetically when "srel" to this table so when user clicks on field that srels to this table, the drop-down selection lists it Alphabetically like this:
(BC)
(Brazil-NSW)
(CA)
(DC Boston)
Thank you.