I have an asp page that puts the date into a certain column in my access database and it works perfectly fine when the field is set up to receive 'text'. My date ends up looking like this. 3/18/2005 6:27:18 AM When I change it from 'text' to 'Date/Time' it no longer accepts this date. Is it because of the slashes? or the colons? is there supposed to be dashes instead of slashes or something? What is the acceptable format for the date and time when my field has 'Date/Time' selected?