T
Tasha
I have three linked dbf tables in which dates are stored as numbers not
date/time in the format of yyyymmdd. I need the user to see the date as
mm/dd/yyyy. I cannot change the field data type on the linked tables for
multiple reasons so this is not an option. Can anyone tell me an easy way to
format this number? I tried using the formula
Left(Right([field],4),2)&"/"&Right([field],2)&"/" &left([Field],4) but I get
the error message that the expression is too complicated to be evaluated. I
either want to do the formatting in the query or on the form. There are about
10 dates within a single query that need to be formatted this way. Any
suggestions?
TIA
Tasha
date/time in the format of yyyymmdd. I need the user to see the date as
mm/dd/yyyy. I cannot change the field data type on the linked tables for
multiple reasons so this is not an option. Can anyone tell me an easy way to
format this number? I tried using the formula
Left(Right([field],4),2)&"/"&Right([field],2)&"/" &left([Field],4) but I get
the error message that the expression is too complicated to be evaluated. I
either want to do the formatting in the query or on the form. There are about
10 dates within a single query that need to be formatted this way. Any
suggestions?
TIA
Tasha