I have table that needs to be exported to a text file. This table contains a few fields that contain date fields. For example, on record as a value of 01/02/00. I need to export this table to a text file where this value should be 20000102. Is there something I can do within the format of the table or can I export the table through a query with an expression that formats the date for me?