Actually, if / when your save date data type to anyMDB table, the format doesn't matter. Within the caverns of the db, MS treats DATES as a floating point number where the Integer portion is the number of DAYS from 12/30/1998, and the fractional (Decimal) part is the Part of the day since midnight (e.g. 0.5 is noon, 0.25 is 6:00 AM, 0.75 is 9:00 PM ...). Designating the data as date type just applies a formating to the date variable. It CAN cause some problems, as dates like 1/2/yy are not CLEARLY distinguished from 2/1/yy when users ENTER the values and the international settings will only reallly recognise a single date format for an individiual machine, However I have never actually SEEN a database become "CORRUPTED" from this, just that some dates are "WRONG". The only soloution I am aware of is to enforce a company "policy" at the individual level to use A standard date format.
MichaelRed
m.red@att.net
There is never time to do it right but there is always time to do it over