hi there
i have 2 tables in my database,they have a primary key called date,there is a one to one relationship between the date field and the 2 tables.
I have a command to export the 2 tables to an excel sheet using the copy from recordset method.
My data in the db is not sorted so it look like
Date
01/02/02
02/02/02
03/03/03
04/04/02
When I export the data it is in the same format,Is there any way I can sort the db before I export the data ??
i have 2 tables in my database,they have a primary key called date,there is a one to one relationship between the date field and the 2 tables.
I have a command to export the 2 tables to an excel sheet using the copy from recordset method.
My data in the db is not sorted so it look like
Date
01/02/02
02/02/02
03/03/03
04/04/02
When I export the data it is in the same format,Is there any way I can sort the db before I export the data ??