G
Guest
i import a table with this value as the timestamp (seen as a text data type)
[xact_dat_x]
2005112602465800
i want a query to extract the month..
Date: Format(Left([xact_dat_x],8),"mm") gives an error .
help.
[xact_dat_x]
2005112602465800
i want a query to extract the month..
Date: Format(Left([xact_dat_x],8),"mm") gives an error .
help.