S
Sal
I am using Access 97. For sorting purposes, I would like to sort the
following date types in the same field:
YYYY/MM and YYYY/MM/DD
I've tried appending a table that has dates in the first format in to a
temporary table, then appending the table that has dates in the second format
into the same temporary table. I have tested by setting the receiving field
in the temporary table to text type and to date type. Each time the
temporary table interpretes the dates in mm/dd/yyyy format. If possible I
would like to use queries to manipulate the data. If that is not possible I
would appreciate a code snippet.
Many thanks.
following date types in the same field:
YYYY/MM and YYYY/MM/DD
I've tried appending a table that has dates in the first format in to a
temporary table, then appending the table that has dates in the second format
into the same temporary table. I have tested by setting the receiving field
in the temporary table to text type and to date type. Each time the
temporary table interpretes the dates in mm/dd/yyyy format. If possible I
would like to use queries to manipulate the data. If that is not possible I
would appreciate a code snippet.
Many thanks.