I have dates here stored as mm/dd/yyyy. I will be exporting them into a fixed width file. I put a format on the table to change them to mmddyyyy. When I open the table the dates appear just as I need them for exporting, with no slashes. When I query this table, the query results show up again with the slashes in the dates. I tried changing this field to text, and it also puts the slashes back into the string. Does anyone know how I can convert this data from the mm/dd/yyyy format to mmddyyyy? Also, if anyone knows, what is the point of this functionality? It doesn't make sense to me.
Thanks
Thanks