How to display table order by code (e.g. 01, 02 ... then zero columns)?
Using an Access 2003 Database
Table
Name Code Name Country Code
Raja 05 03 Ramu 03 Vijay 01 02 John 04 01 Roby 06 Abilash 02 05
So,...,
I want to display the table serial number by code type, nation code
In my field "citizenship code" some of the columns are null, so I want to display the table code by name, country code (for example, 01, 02 ... then null columns).
My request.
Select * from the order table by national code, header code
Name Title Nationality Ramu 03 Roby 06 John 04 01 Vijay 01 02 Raja 05 03 Abilash 02 05
But the Null value comes first in the nationality code, I want to display the nationality code such as 01, 02, 03, 05, then null values
Help is required upon request.
ms-access
Gopal
source share