I have a 3 forms that write to the same table. Each has a date field that is populated by the user and written to the table. One of the forms does not write the date in the proper format and I can't figure out why. I have each date in the table set to Date/Time for Data Type. Each date field in the 3 forms uses the calendar to select date feature. The date fields on the forms have all the same property settings. Two of the date are stored in the table in m/d/yyyy format but the third is storing time 12:00:03 AM no matter what time of day you populate it. What am I missing??