My preference (not necessarily others) is to use a DATFMT. This allows 2 capabilities that reduce coding: #1: unable to save an invalid date in a Date data type -- so you don't have to check the date field when reading to ensure that the date is valid... #2: sorting/selection requires less coding -- without concern of DATFMT, the data is stored the same way, so coding to sort/select based from the date doesn't require any logic to conversion from MDY to YMD, etc. HTH - Lee.

Reply With Quote