I have a create_date column in my database, which is non-nullable. I want to create a text box or something on my form, which shows the current date time when a new record is created and write this back to the create_date column in my database. I do not want the user to be able to have access to the date, but would like it to show on the form. All I see in VS is a date picker. Any ideas?