This should be simple but I'm stuck. I have a table that is exported to a csv with one of these:
DoCmd.TransferText acExportDelim, , "Standard IG Order", "C:\Cardinal Order\Exports ready for Cardinal" + PartNumber3 + ".csv", True
The problem is that one of the fields is a date and must be in...