I have a SQL field in datetime format and I want to date & timestamp a field when a record is added to a table. I can set that field to a default value but I don't what default value gives me a date and time.
The Visual editor only allows the date OR time format to be displayed so I don't know if I set the field to Now() whether I get the time as well as the date when viewed in SQL server
Thanks
Stu