Hi, I am trying to input a date from an ASP form to my SQL 2000 database. The date I put in is <% =now %> from my ASP page which gives the date in MM/DD/YYYY HH:MM:SS for example - 3/11/2003 11:33:18 AM. When I try to insert this value into a DateTime field in my DB, nothing gets inserted. I need the date/time values to be in DateTime format so I can perform calculations on the data later on. Should I be entering the date and time in a different format or should I insert this data into a different field type in my SQL 2000 database? Any help would be appreciated!