S
SteveR
I have a table which is imported from the data warehouse
which has a date field. If the date is 12/31/9999 I do
not want to see it but want to see an "X" instead. I get
an error because of the data type incompatabilities. I
realize that I can change the datatype of the local table
to text and there are no problems but the table will be
updated (from the datawarehouse) daily and the user will
not have the ability to change the datatype from
date/time to text.
Any Ideas?
Thank you very much for the help.
which has a date field. If the date is 12/31/9999 I do
not want to see it but want to see an "X" instead. I get
an error because of the data type incompatabilities. I
realize that I can change the datatype of the local table
to text and there are no problems but the table will be
updated (from the datawarehouse) daily and the user will
not have the ability to change the datatype from
date/time to text.
Any Ideas?
Thank you very much for the help.