stephenk1973
Technical User
When using a Make table query i would like to add a field with no/null value but of date format.
Since there is no value it is crrently picking up the default field type text(255)
SELECT blah, blah2, Null AS [IN_DATE] INTO tblTemp
FROM TABLE_BLAH
Any ideas how to do this.
Any help appreciated.
Thanks
Stephen
Since there is no value it is crrently picking up the default field type text(255)
SELECT blah, blah2, Null AS [IN_DATE] INTO tblTemp
FROM TABLE_BLAH
Any ideas how to do this.
Any help appreciated.
Thanks
Stephen