Dear James:
Thanks for the suggestion but that is not what I wanted.
I know this cannot be done but I was just asking if we can write a query in which we can sort both the columns together.
Like for Example, Suppose Column 1 consists the names starting with B,C,A,F,G. and Column 2 consists the names starting with C,A,D,G,H. So with reference to that example y question would be, Can we write a query qith the following output: A from Col1,A from Colum2,B from Col 1, C from Col 1, C from Column 2, D from Column 2, F from Col 1, G from column1 , G from column 1, and finally H from column 2.
I know that sounds a little bit illogical but I was just curious if it can be done that way