Hello! I'm looking for help on how to strip time data of my date string. The information in each field is extracted from another type database into access.
Another problem is that the dates are different sizes ranging from 8-10 Characters long. I've tried using left/right/len and replace functions. As well as Sql statements to adjust the format from text to DATETIME. When I try not all the fields switch over.
Been working on this problem for awhile. I was able to make a macro in Excel to accomplish this task. However I want to be able to do this in ACCESS for automation purposes. Thank you for the help!
Using ACCESS 2000-2003. Various computers.
For example:
12/31/2007 12:34:56:789
2/2/2007 00:00:00
I would want to be
12/31/2007
2/2/2007
12/31/2007 12:34:56:789
2/2/2007 00:00:00
I would want to be
12/31/2007
2/2/2007
Another problem is that the dates are different sizes ranging from 8-10 Characters long. I've tried using left/right/len and replace functions. As well as Sql statements to adjust the format from text to DATETIME. When I try not all the fields switch over.
Been working on this problem for awhile. I was able to make a macro in Excel to accomplish this task. However I want to be able to do this in ACCESS for automation purposes. Thank you for the help!
Using ACCESS 2000-2003. Various computers.
Comment