G
Goldar
I have a table (Table A) that contains Item_# and Description fields. I want
to create another table that contains all of the Table A records whose first
character of Item_# is numeric followed by all of the Table A records whose
first character of Item_# is alphabetic. The resulting table should contain
the numeric records in decending sequence and the alphabetic records in
ascending sequence. How can I structure a query to do this?
Resulting table example sequence:
4
3
2
1
A
B
C
D
Thanks
to create another table that contains all of the Table A records whose first
character of Item_# is numeric followed by all of the Table A records whose
first character of Item_# is alphabetic. The resulting table should contain
the numeric records in decending sequence and the alphabetic records in
ascending sequence. How can I structure a query to do this?
Resulting table example sequence:
4
3
2
1
A
B
C
D
Thanks