J
Jim T
I am importing a large number of files from another system and each file has
a large number of date fields. All of the date fields are in the form of
CCYY-MM-DD. I will be importing the files into temporary tables and then use
a query or program to map them into the permanent tables. The importing
tables will have the date fields will come across as a text fields (I'm not
setting up import specs). I would like the the receiving permanent fields to
be a date field; but, keep (store?) the fields in the CCYY-MM-DD format for
displaying to the users. I would like the permanent fields to be a date type
so the various date functions (dateadd etc.) can be used.
Ideally is there a way to create a format (CCYY-MM-DD) that would appear in
the field definition screen under the drop down list for formatting?
If not, what would be the best alternative so I do not have to format each
field with the format function.
a large number of date fields. All of the date fields are in the form of
CCYY-MM-DD. I will be importing the files into temporary tables and then use
a query or program to map them into the permanent tables. The importing
tables will have the date fields will come across as a text fields (I'm not
setting up import specs). I would like the the receiving permanent fields to
be a date field; but, keep (store?) the fields in the CCYY-MM-DD format for
displaying to the users. I would like the permanent fields to be a date type
so the various date functions (dateadd etc.) can be used.
Ideally is there a way to create a format (CCYY-MM-DD) that would appear in
the field definition screen under the drop down list for formatting?
If not, what would be the best alternative so I do not have to format each
field with the format function.