Hi There,
is there any possibility to declare datetime-column with special format in
ALTER TABLE-Statement.
e.g. I run the following query in MS-Access:
ALTER TABLE table ADD Datum DATETIME;
I get an add. column with datetime but NO "Format". I need to have "short"
format (xx.xx.xxxx),
but I cannot see any chance to alter my SQL-Query in order to get this
working. The problem is,
that I cannot use any of the access-tools to declare this column "short
format" 'cause I can only
use standard sql-queries to add this column.
Hope you can help!
ON
is there any possibility to declare datetime-column with special format in
ALTER TABLE-Statement.
e.g. I run the following query in MS-Access:
ALTER TABLE table ADD Datum DATETIME;
I get an add. column with datetime but NO "Format". I need to have "short"
format (xx.xx.xxxx),
but I cannot see any chance to alter my SQL-Query in order to get this
working. The problem is,
that I cannot use any of the access-tools to declare this column "short
format" 'cause I can only
use standard sql-queries to add this column.
Hope you can help!
ON
Comment