I've created an asp page which contains a web site survey form. When the form is submitted, it does data validation and if everything is ok, inserts the record into the MS Access database. What I'd like to do, is at the time of submission, grab the system date (which is in short date format, as is the field in my database) and using a hidden field, insert the system date into the field along with the rest of the data. Does anyone know how I would do that? Thanks!