cliffhanger9
MIS
Anyone have any ideas how to create a function that would change the datatype of a table field??
I have data that is imported to access so it is put in as text and I am hoping to run a macro to convert the text field to a DATE field so that a report can properly calculate things.
was thinking something like this...
ALTER TABLE tblData
MODIFY (columnname VARCHAR2(10));
...but anyone know how to do that in access?
Thanks in advance for any insight!!!!!!!!!
rock on!
I have data that is imported to access so it is put in as text and I am hoping to run a macro to convert the text field to a DATE field so that a report can properly calculate things.
was thinking something like this...
ALTER TABLE tblData
MODIFY (columnname VARCHAR2(10));
...but anyone know how to do that in access?
Thanks in advance for any insight!!!!!!!!!
rock on!